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


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