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

ドロップダウン電卓の文字のフォントを取得または設定します。
構文
Public ReadOnly Property Font As FontInfo
public FontInfo Font {get;}
解説
Fontプロパティは、System.Web.UI.Web.Controls.FontInfoオブジェクトを使用し、 ドロップダウン電卓の文字のフォントを取得または設定します。
使用例
次のサンプルコードは、Fontプロパティの使用方法を示します。
GcNumber1.DropDownCalculator.Font.Name = "MS ゴシック"
GcNumber1.DropDownCalculator.Font.Size = FontUnit.Large
GcNumber1.DropDownCalculator.Font.Italic = True
GcNumber1.DropDownCalculator.Font.Name = "MS ゴシック";
GcNumber1.DropDownCalculator.Font.Size = FontUnit.Large;
GcNumber1.DropDownCalculator.Font.Italic = true;
参照

DropDownCalculator クラス
DropDownCalculator メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.