Skip to content

ControlPointType

Namespace: ThinkGeo.UI.Android

This enumeration specified the control point type when editing a shape. The deafault value is None

public enum ControlPointType

Inheritance ObjectValueTypeEnumControlPointType
Implements IComparable, 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 postion.