-
Notifications
You must be signed in to change notification settings - Fork 0
Direction
SirePi edited this page Dec 7, 2016
·
3 revisions
The Direction is an enumerator that is used to determine the direction in which a Control should grow. It is used in ProgressBarConfiguration and StackPanel.
It supports the following values:
- LeftToRight
- RightToLeft
- UpToDown
- DownToUp
Controls
- Button
- ToggleButton
- CheckButton
- RadioButton
- TextBox
- TextBlock
- Separator
- HorizontalScrollBar
- VerticalScrollBar
- ProgressBar
- ListBox
ControlContainers