バージョン

SliderValueType 列挙体

Value、MinValue、SmallChange などのプロパティに WebSlider によって使用されるオブジェクトのタイプ。
シンタックス
'宣言
 
Public Enum SliderValueType 
   Inherits System.Enum
public enum SliderValueType : System.Enum 
メンバ
メンバ解説
Bytebyte が使用されます。
DateTimeDateTime が使用されます。
Decimaldecimal が使用されます。
Doubledouble が使用されます。
Floatfloat が使用されます。
Intint が使用されます。
Longlong が使用されます。
Shortshort が使用されます。
TimeSpanTimeSpan が使用されます。
参照