ControlPointType¶
Namespace: ThinkGeo.UI.Maui
This enumeration specified the control point type when editing a shape. The default value is None
public enum ControlPointType
Inheritance Object → ValueType → Enum → ControlPointType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
None | 0 | Default value of this enumeration. |
Drag | 1 | This enumeration item means that the control point is for Drag. |
Rotate | 2 | This enumeration item means that the control point is for Rotate. |
Resize | 3 | This enumeration item means that the control point is for Resize. |
Vertex | 4 | This enumeration item means that the control point is for change the vertex position. |