PowerTools SPREAD for Windows Forms 10.0J
GetFont メソッド (ElementWindowless)


要素のデフォルトフォントを取得します。
構文
public virtual Font GetFont()
'Declaration
 
Public Overridable Function GetFont() As Font
 
'使用法
 
Dim instance As ElementWindowless
Dim value As Font
 
value = instance.GetFont()

戻り値の型

デフォルトフォントを含むFontオブジェクト
Font f = element.GetFont(); }
Font f = element.GetFont()
参照

ElementWindowless クラス
ElementWindowless メンバ
Font プロパティ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.