ScrollOrientation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Specifies the scroll bar orientation for the Scroll event.
- C#
- VB.NET
public enum ScrollOrientation : Enum
Public Enum ScrollOrientation As [Enum]
Fields
| Name | Description |
|---|---|
| HorizontalScroll | The horizontal scroll bar. |
| VerticalScroll | The vertical scroll bar. |
Used By
| Name | Description |
|---|---|
| ScrollEventArgs.ScrollOrientation | Returns the scroll bar orientation that raised the Scroll event. |
| ScrollProperties.Orientation | Returns the orientation of the scrollbar. |
| HScrollProperties.Orientation | Returns the orientation of the scrollbar. |
| VScrollProperties.Orientation | Returns the orientation of the scrollbar. |