Skip to content

ScrollOrientation

Namespace: Hex1b.Widgets

Assembly: Hex1b.dll

The orientation of a scroll widget.

csharp
public enum ScrollOrientation

Fields

Horizontal

Content scrolls horizontally (left/right).

Returns: ScrollOrientation

csharp
Horizontal = 1

Vertical

Content scrolls vertically (up/down).

Returns: ScrollOrientation

csharp
Vertical = 0

Released under the MIT License.