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


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