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