Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / MarginLeft Property


In This Topic
MarginLeft Property (IElementStyle)
In This Topic
Gets or sets the left margin.
Syntax
'Declaration
 
Property MarginLeft As Integer
 
'Usage
 
Dim instance As IElementStyle
Dim value As Integer
 
instance.MarginLeft = value
 
value = instance.MarginLeft
See Also