This property sets the kind of annotation object that is used
[Visual Basic] Public Property EditKind As
KindOfEdit
[C#] public KindOfEdit EditKind {get;
set;}
Property Value
A value of type KindOfEdit
Explanation
The EditKind property sets the kind of annotation object that is used. This property is enabled when the EditEnabled is True.
The kinds of annotation objects that can be selected with the EditKind property are as follows:
For Drawing: The Line, ArrowLine, Polyline, ArrowPolyline, Polygon, Rectangle, RoundRectangle, Ellipse, Pen, Text, and Stamp objects.
For Selecting: The Select and MultiSelect objects.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit