.netCHARTING v10.5 Documentation


Padding Property (SmartLabel)
Gets or sets the minimum amount of space between this label, other labels, and the element the label represents.
Syntax
'Declaration
 
Public Property Padding As Integer
'Usage
 
Dim instance As SmartLabel
Dim value As Integer
 
instance.Padding = value
 
value = instance.Padding
public int Padding {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also