Search Results for

    Show / Hide Table of Contents

    Struct OTZScrollBarInfo

    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public struct OTZScrollBarInfo

    コンストラクタ

    OTZScrollBarInfo(Int32, Int32, Int32, Int32)

    宣言
    public OTZScrollBarInfo(int min, int max, int page, int position)
    パラメーター
    型 名前 説明
    System.Int32 min
    System.Int32 max
    System.Int32 page
    System.Int32 position

    プロパティ

    Max

    宣言
    public int Max { get; set; }
    プロパティ値
    型 説明
    System.Int32

    Min

    宣言
    public int Min { get; set; }
    プロパティ値
    型 説明
    System.Int32

    Page

    宣言
    public int Page { get; set; }
    プロパティ値
    型 説明
    System.Int32

    Position

    宣言
    public int Position { get; set; }
    プロパティ値
    型 説明
    System.Int32
    In This Article
    Back to top Generated by DocFX