MarginTop Property (SEditButton) | Spread Windows Forms 18
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / MarginTop Property


In This Topic
MarginTop Property (SEditButton)
In This Topic
Gets or sets the margin between the top of the element and its contents.
Syntax
'Declaration
 
Public Overridable Property MarginTop As Integer
 
'Usage
 
Dim instance As SEditButton
Dim value As Integer
 
instance.MarginTop = value
 
value = instance.MarginTop
See Also