| Orientation Enumeration |
Defines the different orientations that a control or layout can have.
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax Public Enumeration Orientation
public enum class Orientation
Members
| Member name | Value | Description |
---|
| Vertical | 0 |
Control or layout should be vertically oriented.
|
| Horizontal | 1 |
Control or layout should be horizontally oriented
|
See Also