PowerTools InputMan for ASP.NET 8.0J
TouchDropDownScale プロパティ (GcDateTime)
使用例 

タッチ操作でドロップダウンを表示したとき、ドロップダウンオブジェクトに適用するスケールの比率を取得または設定します。
構文
Public Overridable Property TouchDropDownScale As Single
public virtual float TouchDropDownScale {get; set;}

プロパティ値

既定値:1.5f
例外
例外解説
System.ArgumentOutOfRangeException 指定できる値は1.0fから4.0fまでです。
解説
TouchDropDownScaleプロパティは、タッチ操作によりドロップダウンウィンドウが開かれたときのドロップダウンウィンドウ拡大率を設定します。マウス操作時にドロップダウンウィンドウが開かれた場合には、この設定は無効となります。
使用例
次のサンプルコードは、タッチ操作により開かれるドロップダウンカレンダーの拡大率を250%に設定します。
GcDateTime1.TouchDropDownScale = 2.5F
GcDateTime1.TouchDropDownScale = 2.5f;
参照

GcDateTime クラス
GcDateTime メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.