Class ExportCellStyle
Represents the cell style in exporting.
Inheritance
System.Object
ExportCellStyle
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid.Converter
Assembly: Syncfusion.SfGridConverter.WPF.dll
Syntax
public class ExportCellStyle
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 | Description |
---|---|
System.Windows.Media.Brush |
FontInfo
Gets or sets a value that specifies FontInfo.
Declaration
public ExportFontInfo FontInfo { get; set; }
Property Value
Type | Description |
---|---|
ExportFontInfo |
ForeGroundBrush
Gets or sets a value that specifies the ForeGroundBrush.
Declaration
public Brush ForeGroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush |