SizeProportional Property (PSObject)
In This Topic
Gets or sets whether the user is allowed to resize the object proportionally.
Syntax
'Declaration
Public Overridable Property SizeProportional As Boolean
'Usage
Dim instance As PSObject
Dim value As Boolean
instance.SizeProportional = value
value = instance.SizeProportional
public virtual bool SizeProportional {get; set;}
See Also