←Select platform

FirstPointOnClick Property

Summary

Indicates whether this AnnPolylineDrawDesigner will draw the first point on the first user click.

Syntax

C#
VB
WinRT C#
C++
public bool FirstPointOnClick { get; set; } 
Public Property FirstPointOnClick As Boolean 
public bool FirstPointOnClick {get; set;} 
 <br/>get_FirstPointOnClick();<br/>set_FirstPointOnClick(value);<br/>Object.defineProperty('FirstPointOnClick');  
public:  
   property bool FirstPointOnClick 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to draw the first point on user click, false otherwise.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly