←Select platform

ControlPointCount Property

Summary

Gets the number of control points required for this AnnEditDesigner.

Syntax

C#
VB
C++
public abstract int ControlPointCount { get; } 
  
Public MustOverride ReadOnly Property ControlPointCount As Integer 
public: 
abstract property int ControlPointCount { 
   int get(); 
} 

Property Value

An integer that represents the number of control points required for this AnnEditDesigner.

Remarks

Use this value to determine how many System.Windows.Controls.Primitives.Thumb objects to insert into the ControlPoints collection.

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