Class ExportFontInfo
Represents the FontInfo in exporting.
Inheritance
System.Object
ExportFontInfo
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public class ExportFontInfo : Object
Constructors
ExportFontInfo()
Declaration
public ExportFontInfo()
Properties
Bold
Gets or sets a value that indicates whether Bold should be applied.
Declaration
public bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
FontName
Gets or sets a value that specifies the FontName.
Declaration
public string FontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is Calibri. |
Italic
Gets or sets a value that indicates whether Italic should be applied.
Declaration
public bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
Size
Gets or sets a value that specifies the Font Size.
Declaration
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 11. |
Underline
Gets or sets a value that specifies the Underline type.
Declaration
public ExcelUnderline Underline { get; set; }
Property Value
Type | Description |
---|---|
ExcelUnderline | One of the ExcelUnderline enumeration that specifies the Underline type. The default mode is None. |