FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PaddingF Structure / Left Property


In This Topic
Left Property (PaddingF)
In This Topic
Gets or sets the padding size for the left edge.
Syntax
'Declaration
 
Public Property Left As Single
 
'Usage
 
Dim instance As PaddingF
Dim value As Single
 
instance.Left = value
 
value = instance.Left
See Also