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