MarginBottom Property (PSObject)
In This Topic
Gets or sets the margin between the bottom of the element and its contents.
Syntax
'Declaration
Public Overrides Property MarginBottom As Integer
'Usage
Dim instance As PSObject
Dim value As Integer
instance.MarginBottom = value
value = instance.MarginBottom
public override int MarginBottom {get; set;}
See Also