Class ExportCellStyle
Represents the cell style in exporting.
Inheritance
System.Object
ExportCellStyle
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public class ExportCellStyle : Object
Constructors
ExportCellStyle()
Declaration
public ExportCellStyle()
ExportCellStyle(Brush, Brush)
Declaration
public ExportCellStyle(Brush backGroundBrush, Brush foreGroundBrush)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Brush | backGroundBrush | |
System.Windows.Media.Brush | foreGroundBrush |
Properties
BackGroundBrush
Gets or sets a value that specifies the BackGroundBrush.
Declaration
public Brush BackGroundBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
FontInfo
Gets or sets a value that specifies FontInfo.
Declaration
public ExportFontInfo FontInfo { get; set; }
Property Value
Type |
---|
ExportFontInfo |
ForeGroundBrush
Gets or sets a value that specifies the ForeGroundBrush.
Declaration
public Brush ForeGroundBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |