PermanentVisible Property
In This Topic
A boolean value checking whether
Shape is visible or not.
Syntax
'Declaration
Public ReadOnly Property PermanentVisible As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.PermanentVisible
public bool PermanentVisible {get;}
See Also