CanEditPoints Property (Shape)
In This Topic
Gets a boolean value indicating whether this shape can be edit.
Syntax
'Declaration
Public Overridable ReadOnly Property CanEditPoints As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.CanEditPoints
public virtual bool CanEditPoints {get;}
See Also