MESCIUS SPREAD for Windows Forms 15.0J
Font コンストラクタ(String,Double,FontStyle,Color,UnderlineStyle,VerticalTextAlignment,ThemeFont)

このFontのフェース名を示す文字列値。
このFontのemサイズを示す倍精度値。
このFontのスタイル情報を示すFontStyle値。
フォントの色を示すColor値。
このFontの下線を示す_fontUnderline値。
このFontの垂直方向の配置を示すVerticalTextAlignment値。
テーマフォントを示すThemeFont値。
Font 構造体の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal size As Double, _
   ByVal fontStyle As FontStyle, _
   ByVal color As Color, _
   Optional ByVal underline As UnderlineStyle, _
   Optional ByVal verTextAlign As VerticalTextAlignment, _
   Optional ByVal themeFont As ThemeFont _
)

パラメータ

name
このFontのフェース名を示す文字列値。
size
このFontのemサイズを示す倍精度値。
fontStyle
このFontのスタイル情報を示すFontStyle値。
color
フォントの色を示すColor値。
underline
このFontの下線を示す_fontUnderline値。
verTextAlign
このFontの垂直方向の配置を示すVerticalTextAlignment値。
themeFont
テーマフォントを示すThemeFont値。
参照

Font 構造体
Font メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.