Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / MarginLeft Property


In This Topic
MarginLeft Property (ElementControl)
In This Topic
Gets or sets the margin between the left edge of the control and its contents.
Syntax
'Declaration
 
Public Overridable Property MarginLeft As Integer
 
'Usage
 
Dim instance As ElementControl
Dim value As Integer
 
instance.MarginLeft = value
 
value = instance.MarginLeft
See Also