.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Box Class : Padding Property
Padding Property (Box)
Gets or sets a value in pixels that represents the padding between objects within the box and the box walls.
Syntax
'Declaration
 
Public Property Padding As Integer
'Usage
 
Dim instance As Box
Dim value As Integer
 
instance.Padding = value
 
value = instance.Padding
public int Padding {get; set;}
Remarks
Legend boxes also use this property to set the padding between entries.
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