Widget for understanding the scroll position on the screen. More...
Public Member Functions | |
ScrollBar (ScrollBarOrientation orientation) | |
Constructor. | |
Protected Member Functions | |
override void | DisposeSelf () |
Frees used resources. | |
Properties | |
override float | Width [get, set] |
Obtains and sets the width. | |
override float | Height [get, set] |
Obtains and sets the height. | |
float | Length [get, set] |
Obtains and sets the entire size. | |
ScrollBarOrientation | Orientation [get, set] |
Obtains the scroll bar direction. | |
float | BarPosition [get, set] |
Obtains and sets the bar position. | |
float | BarLength [get, set] |
Obtains and sets the bar length. |
Widget for understanding the scroll position on the screen.
User cannot operate this.
ScrollBar | ( | ScrollBarOrientation | orientation | ) |
Constructor.
orientation | Scroll bar direction |