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


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