Selectable Property (LineShape)
In This Topic
Gets or sets whether can select.
Syntax
'Declaration
Public Overridable Property Selectable As Boolean
'Usage
Dim instance As LineShape
Dim value As Boolean
instance.Selectable = value
value = instance.Selectable
public virtual bool Selectable {get; set;}
See Also