Class TreeCellAppearance
Inheritance
System.Object
TreeCellAppearance
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class TreeCellAppearance : TreeAppearance
Constructors
TreeCellAppearance()
Declaration
public TreeCellAppearance()
Fields
CellBackgroundBrushProperty
Declaration
public static readonly DependencyProperty CellBackgroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
CellBordersProperty
Declaration
public static readonly DependencyProperty CellBordersProperty
Field Value
Type |
System.Windows.DependencyProperty |
CellFontProperty
Declaration
public static readonly DependencyProperty CellFontProperty
Field Value
Type |
System.Windows.DependencyProperty |
CellForegroundBrushProperty
Declaration
public static readonly DependencyProperty CellForegroundBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
CellTextMarginsProperty
Declaration
public static readonly DependencyProperty CellTextMarginsProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CellBackgroundBrush
Declaration
public Brush CellBackgroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
CellBorders
Declaration
public CellBordersInfo CellBorders { get; set; }
Property Value
CellFont
Declaration
public GridFontInfo CellFont { get; set; }
Property Value
CellForegroundBrush
Declaration
public Brush CellForegroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
CellTextMargins
Declaration
public CellMarginsInfo CellTextMargins { get; set; }
Property Value