dotnetCHARTING Send comments on this topic.
Padding Property
See Also 
dotnetCHARTING Namespace > Box Class : Padding Property


Gets or sets a value in pixels that represents the padding between objects within the box and the box walls.

Syntax

Visual Basic (Declaration) 
Public Property Padding As Integer
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Integer
 
instance.Padding = value
 
value = instance.Padding
C# 
public int Padding {get; set;}

Remarks

Legend boxes also use this property to set the padding between entries.

See Also

© 2010 All Rights Reserved.