Indicates whether this
AnnPolylineDrawDesigner will draw the first point on the first user click.
public bool FirstPointOnClick {get; set;}
'Declaration
Public Property FirstPointOnClick As Boolean
'Usage
Dim instance As AnnPolylineDrawDesigner
Dim value As Boolean
instance.FirstPointOnClick = value
value = instance.FirstPointOnClick
public bool FirstPointOnClick {get; set;}
<br/>get_FirstPointOnClick();<br/>set_FirstPointOnClick(value);<br/>Object.defineProperty('FirstPointOnClick');
Property Value
true to draw the first point on user click,
false otherwise.