MarginBottom Property (IElement)
In This Topic
Internal use only.
Syntax
'Declaration
Property MarginBottom As Integer
'Usage
Dim instance As IElement
Dim value As Integer
instance.MarginBottom = value
value = instance.MarginBottom
int MarginBottom {get; set;}
See Also