Selected Property (Shape)
Gets or sets a value indicating whether this instance is selected.
public virtual bool Selected {get;}
'Declaration
Public Overridable ReadOnly Property Selected As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.Selected
Property Value
true
if this instance is selected; otherwise,
false
.