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


このFontに関連付けられた_fontFamily
このFontのフェース名を示す文字列値。
このFontのemサイズを示す倍精度値。
この<see cref="T:GrapeCity.Spreadsheet.Font" />のスタイル情報を示す<see cref="T:GrapeCity.Spreadsheet.FontStyle" />値。
フォントの色を示すColor値。
この<see cref="T:GrapeCity.Spreadsheet.Font" />の下線を示す<see cref="F:GrapeCity.Spreadsheet.Font._fontUnderline" />値。
この<see cref="T:GrapeCity.Spreadsheet.Font" />の垂直方向の配置を示す<see cref="T:GrapeCity.Spreadsheet.VerticalTextAlignment" />値。
テーマフォントを示す<see cref="T:GrapeCity.Spreadsheet.ThemeFont" />値。
Font 構造体の新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal fontFamily As FontFamily, _
   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 _
)
'使用法
 
Dim fontFamily As FontFamily
Dim name As String
Dim size As Double
Dim fontStyle As FontStyle
Dim color As Color
Dim underline As UnderlineStyle
Dim verTextAlign As VerticalTextAlignment
Dim themeFont As ThemeFont
 
Dim instance As New Font(fontFamily, name, size, fontStyle, color, underline, verTextAlign, themeFont)

パラメータ

fontFamily
このFontに関連付けられた_fontFamily
name
このFontのフェース名を示す文字列値。
size
このFontのemサイズを示す倍精度値。
fontStyle
この<see cref="T:GrapeCity.Spreadsheet.Font" />のスタイル情報を示す<see cref="T:GrapeCity.Spreadsheet.FontStyle" />値。
color
フォントの色を示すColor値。
underline
この<see cref="T:GrapeCity.Spreadsheet.Font" />の下線を示す<see cref="F:GrapeCity.Spreadsheet.Font._fontUnderline" />値。
verTextAlign
この<see cref="T:GrapeCity.Spreadsheet.Font" />の垂直方向の配置を示す<see cref="T:GrapeCity.Spreadsheet.VerticalTextAlignment" />値。
themeFont
テーマフォントを示す<see cref="T:GrapeCity.Spreadsheet.ThemeFont" />値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.