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


Gets or sets the minimum amount of space between this label, other labels, and the element the label represents.

Syntax

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

See Also

© 2010 All Rights Reserved.