Class ValueCellAppearance
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class ValueCellAppearance : Appearence
Constructors
ValueCellAppearance()
Declaration
public ValueCellAppearance()
Fields
CurrentCellBorderBrushProperty
Declaration
public static readonly DependencyProperty CurrentCellBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
CurrentCellBorderWidthProperty
Declaration
public static readonly DependencyProperty CurrentCellBorderWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GridBorderBrushProperty
Declaration
public static readonly DependencyProperty GridBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GridBorderThicknessProperty
Declaration
public static readonly DependencyProperty GridBorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueBackgroundBrushProperty
Declaration
public static readonly DependencyProperty ValueBackgroundBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueCellBordersProperty
Declaration
public static readonly DependencyProperty ValueCellBordersProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueFontProperty
Declaration
public static readonly DependencyProperty ValueFontProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueForegroundBrushProperty
Declaration
public static readonly DependencyProperty ValueForegroundBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ValueTextMarginsProperty
Declaration
public static readonly DependencyProperty ValueTextMarginsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CurrentCellBorderBrush
Gets or sets the current cell border brush.
Declaration
public Brush CurrentCellBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The current cell border brush. |
CurrentCellBorderWidth
Gets or sets the width of the current cell border.
Declaration
public double CurrentCellBorderWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The width of the current cell border. |
GridBorderBrush
Gets or sets the grid border brush.
Declaration
public Brush GridBorderBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The grid border brush. |
GridBorderThickness
Gets or sets the grid border thickness.
Declaration
public Thickness GridBorderThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Thickness | The grid border thickness. |
ValueBackgroundBrush
Gets or sets the value background brush.
Declaration
public Brush ValueBackgroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The value background brush. |
ValueCellBorders
Gets or sets the value cell borders.
Declaration
public CellBordersInfo ValueCellBorders { get; set; }
Property Value
Type | Description |
---|---|
CellBordersInfo | The value cell borders. |
ValueFont
Gets or sets the value font.
Declaration
public GridFontInfo ValueFont { get; set; }
Property Value
Type | Description |
---|---|
GridFontInfo | The value font. |
ValueForegroundBrush
Gets or sets the value foreground brush.
Declaration
public Brush ValueForegroundBrush { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The value foreground brush. |
ValueTextMargins
Gets or sets the value text margins.
Declaration
public CellMarginsInfo ValueTextMargins { get; set; }
Property Value
Type | Description |
---|---|
CellMarginsInfo | The value text margins. |