SPREAD for WPF 3.0J - GcSpreadSheet
Font コンストラクタ(String,Double,FontStyle,Color,UnderlineStyle,VerticalTextAlignment,ThemeFont)

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Font 構造体 > Font コンストラクタ : 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 System.String, _
   ByVal size As System.Double, _
   ByVal fontStyle As FontStyle, _
   ByVal color As Color, _
   Optional ByVal underline As UnderlineStyle, _
   Optional ByVal verTextAlign As VerticalTextAlignment, _
   Optional ByVal themeFont As ThemeFont _
)
public Font( 
   System.string name,
   System.double size,
   FontStyle fontStyle,
   Color color,
   UnderlineStyle underline,
   VerticalTextAlignment verTextAlign,
   ThemeFont themeFont
)

パラメータ

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

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