MarginLeft Property (PSObject)
Gets or sets the margin between the left of the element and its contents.
public override int MarginLeft {get; set;}
'Declaration
Public Overrides Property MarginLeft As Integer
'Usage
Dim instance As PSObject
Dim value As Integer
instance.MarginLeft = value
value = instance.MarginLeft