←Select platform

ControlPoints Property

Summary

Collection of System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner. This is a dependency property.

Syntax

C#
VB
C++
public ObservableCollection<Thumb> ControlPoints { get; } 
  
Public ReadOnly Property ControlPoints As ObservableCollection(Of Thumb) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly