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