Represents the control point mode.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public enum PointMode |
Visual Basic (Declaration) |
---|
Public Enumeration PointMode |
Visual C++ |
---|
public enum class PointMode |
Members
Member name | Description | |
---|---|---|
Move | Intended for element moving. | |
MovePoint | Intended for change a linear property of the element. | |
SizeWE | The two-headed horizontal (west/east) element sizing. | |
SizeNS | The two-headed vertical (north/south) element sizing. | |
SizeNWSE | The two-headed diagonal (northwest/southeast) element sizing. | |
SizeNESW | The two-headed diagonal (northeast/southwest) element sizing. | |
Rotate | Intended for element rotating. | |
RotatePoint | Intended for change an angular property of the element. |