FlexReport for WinForms
Font プロパティ (Field)


C1.Report アセンブリ > C1.Report 名前空間 > Field クラス : Font プロパティ
Gets or sets the field's font.
シンタックス
'宣言
 
Public Property Font As FontHolder
'使用法
 
Dim instance As Field
Dim value As FontHolder
 
instance.Font = value
 
value = instance.Font
public FontHolder Font {get; set;}
解説
If you set a field's font FontHolder.Size property to a value that is too large to fit the field box (defined by the FieldBase.Height property), no text will appear in the field.
参照

参照

Field クラス
Field メンバ
FontHolder クラス