ScrollOrientation
Namespace: Hex1b.Widgets
Assembly: Hex1b.dll
The orientation of a scroll widget.
csharp
public enum ScrollOrientationFields
Horizontal
Content scrolls horizontally (left/right).
Returns: ScrollOrientation
csharp
Horizontal = 1Vertical
Content scrolls vertically (up/down).
Returns: ScrollOrientation
csharp
Vertical = 0