UiSourceInteger Class

整数を入力するUI要素を表すクラスです。

Definition

Namespace: Kasasagi.Sekirei.Ui
Assembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
C#
public class Integer : UiSourceControl<int?>
Inheritance
Object    UiSourceControl    UiSourceControlNullableInt32    UiSourceInteger

Constructors

UiSourceInteger(NullableInt32) 整数を入力するUI要素を生成するためのコンストラクタです。
UiSourceInteger(NullableInt32, Int32, Int32) 整数を入力するUI要素を生成するためのコンストラクタです。

Properties

Maximum 入力可能な値の上限を取得します。
Minimum 入力可能な値の下限を取得します。
Value UI要素に格納された値を取得します。
(Overrides UiSourceControlTValue)

See Also