Visible Property (PSShape)
In This Topic
Syntax
'Declaration
Public Overrides Property Visible As Boolean
'Usage
Dim instance As PSShape
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public override bool Visible {get; set;}
See Also