LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

ControlPoints Property






Collection of System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner. This is a dependency property. .NET support Silverlight support
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 ObservableCollection<Thumb> ControlPoints {get;}
 get_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: 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

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

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