MarginBottom Property (LineShape)
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 LineShape
Dim value As Integer
instance.MarginBottom = value
value = instance.MarginBottom
public virtual int MarginBottom {get; set;}
See Also