Enum ArrangeDirection
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Defines possible arrangement directions.
public enum ArrangeDirection
Fields
Bottom = 2
Arrange to the bottom.
HorizontalMiddle = 4
Arrange to the center horizontally.
Left = 3
Arrange to the left.
Right = 5
Arrange to the right.
Top = 0
Arrange to the top.
VerticalMiddle = 1
Arrange to the center vertically.