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

ControlPoints Property

Show in webframe





Collection of System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner. This is a dependency property.
Syntax
public ObservableCollection<Thumb> ControlPoints {get;}
'Declaration
 
Public ReadOnly Property ControlPoints As ObservableCollection(Of Thumb)
'Usage
 
Dim instance As AnnEditDesigner
Dim value As ObservableCollection(Of Thumb)
 
value = instance.ControlPoints

            

            
public:
property ObservableCollection<Thumb^>^ ControlPoints {
   ObservableCollection<Thumb^>^ get();
}

Property Value

An ObservableCollection<Thumb> that contains the System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner.
Remarks
You should fill this collection with the control points needed for this particular AnnEditDesigner. You can query the ControlPointCount to find out the number of System.Windows.Controls.Primitives.Thumb objects this AnnEditDesigner requires.
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.