FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / MultiSideShape Class / MarginBottom Property


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