C#
VB
C++
Gets the number of control points required for this AnnEditDesigner.
public abstract int ControlPointCount { get; }
Public MustOverride ReadOnly Property ControlPointCount As Integer
public:
abstract property int ControlPointCount {
int get();
}
An integer that represents the number of control points required for this AnnEditDesigner.
Use this value to determine how many System.Windows.Controls.Primitives.Thumb objects to insert into the ControlPoints collection.
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