Gets or sets a value that indicates whether to show the control points.


public virtual bool ShowControlPoints {get; set;}
public:
virtual property bool ShowControlPoints {
bool get();
void set ( bool value);
}
'Declaration
Public Overridable Property ShowControlPoints As Boolean
'Usage
Dim instance As AnnPolylineEditDesigner
Dim value As Boolean
instance.ShowControlPoints = value
value = instance.ShowControlPoints
Property Value
true to show the control points; otherwise, false.