LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ShowControlPoints Property (AnnPolylineEditDesigner)






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 bool ShowControlPoints {get; set;}
 get_ShowControlPoints();
set_ShowControlPoints(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPolylineEditDesigner Class
AnnPolylineEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.