Gets or sets the padding of the label text.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Margins Padding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Padding As Margins |
An instance of the Margins class specifying the distance between the label's outline and text. The default is a Margins object with all sides set to 0.
See Also