LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowControlPoints Property (AnnPolylineEditDesigner)

Show in webframe





Gets or sets a value that indicates whether to show the control points.
Syntax
public virtual bool ShowControlPoints {get; set;}
'Declaration
 
Public Overridable Property ShowControlPoints As Boolean
'Usage
 
Dim instance As AnnPolylineEditDesigner
Dim value As Boolean
 
instance.ShowControlPoints = value
 
value = instance.ShowControlPoints

            

            
public:
virtual property bool ShowControlPoints {
   bool get();
   void set (    bool value);
}

Property Value

true to show the control points; otherwise, false.
Remarks
If the value of ShowControlPoints is set to false the ControlPointsGap value will be ignored since the control points will not be shown.
Requirements

Target Platforms

See Also

Reference

AnnPolylineEditDesigner Class
AnnPolylineEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.