Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ControlPoints Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnEditDesigner Class : ControlPoints Property





Collection of Thumb objects for this AnnEditDesigner. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ControlPoints As ObservableCollection(Of Thumb)
Visual Basic (Usage)Copy Code
Dim instance As AnnEditDesigner
Dim value As ObservableCollection(Of Thumb)
 
value = instance.ControlPoints
C# 
public ObservableCollection<Thumb> ControlPoints {get;}
C++/CLI 
public:
property ObservableCollection<Thumb> ControlPoints {
   ObservableCollection<Thumb> get();
}
XAML Syntax 
You cannot use this property in XAML.

Dependencies Property Information 

Identifier field

ControlPointsProperty

Metadata properties set to true

None

XAML Syntax 
You cannot use this property in XAML.

Dependencies Property Information 

Identifier field

ControlPointsProperty

Metadata properties set to true

None

Return Value

An ObservableCollection<Thumb> that contains the Thumb objects for this AnnEditDesigner.

Example

For C#/VB examples, refer to AnnDesigner.

Remarks

(Read only) You should fill this collection with the control points needed for this particular AnnEditDesigner. You can query the AnnEditDesigner.ControlPointCount to find out the number of Thumb objects this AnnEditDesigner requires.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

ControlPoints requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.