Show / Hide Table of Contents

    Enum SliderDirection

    The direction in which the slider moves from minimum to maximum.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum SliderDirection

    Fields

    Name Description
    BottomToTop

    The slider is vertical and moves from bottom (minimum value) to top (maximum value).

    LeftToRight

    The slider is horizontal and moves from left (minimum value) to right (maximum value).

    RightToLeft

    The slider is horizontal and moves from right (minimum value) to left (maximum value).

    TopToBottom

    The slider is vertical moves from top (minimum value) to bottom (maximum value).

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX