MindFusion WinForms Programmer's Guide
Label.Padding Property
See Also
 





Gets or sets the padding of the label text.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Margins Padding { get; set; }

Visual Basic  Copy Code

Public Property Padding As Margins

 Property Value

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

Label Members
Label Class
MindFusion.Reporting Namespace