LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

ControlPointCount Property (AnnEditDesigner)

Show in webframe





Gets the number of control points required for this AnnEditDesigner.
Syntax
public abstract int ControlPointCount {get;}
'Declaration
 
Public MustOverride ReadOnly Property ControlPointCount As Integer
'Usage
 
Dim instance As AnnEditDesigner
Dim value As Integer
 
value = instance.ControlPointCount

            

            
public:
abstract property int ControlPointCount {
   int get();
}

Property Value

An integer that represents the number of control points required for this AnnEditDesigner.
Remarks
Use this value to determine how many System.Windows.Controls.Primitives.Thumb objects to insert into the ControlPoints collection.
Example

For C#/VB examples, refer to AnnDesigner.

Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


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