Collection of System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner. This is a dependency property.
public ObservableCollection<Thumb> ControlPoints { get; }
Public ReadOnly Property ControlPoints As ObservableCollection(Of Thumb)
public:
property ObservableCollection<Thumb^>^ ControlPoints {
ObservableCollection<Thumb^>^ get();
}
An ObservableCollection<Thumb> that contains the System.Windows.Controls.Primitives.Thumb objects for this AnnEditDesigner.
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.
For C#/VB examples, refer to AnnDesigner.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET