Enum HandleOrientation
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Specifies the Handle orientation
public enum HandleOrientation
Fields
Bottom = 90
Indicates that the margin handle is left-oriented and rotated 180 degrees with respect to Right.
Left = 180
Indicates that the margin handle is left-oriented and rotated 180 degrees with respect to Right.
Right = 0
Indicates that the margin handle is right.
Top = 270
Indicates that the margin handle is top-oriented and rotated 270 degrees with respect to Right.