Class TreeExpanderAppearance
Inheritance
System.Object
TreeExpanderAppearance
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class TreeExpanderAppearance : TreeAppearance
Constructors
TreeExpanderAppearance()
Declaration
public TreeExpanderAppearance()
Fields
ExpanderBackgroundProperty
Declaration
public static readonly DependencyProperty ExpanderBackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderBorderBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderExpandedBackgroundProperty
Declaration
public static readonly DependencyProperty ExpanderExpandedBackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderExpandedBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderExpandedBorderBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderHoverBackgroundProperty
Declaration
public static readonly DependencyProperty ExpanderHoverBackgroundProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderHoverBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderHoverBorderBrushProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderMinusPathProperty
Declaration
public static readonly DependencyProperty ExpanderMinusPathProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
ExpanderPlusPathProperty
Declaration
public static readonly DependencyProperty ExpanderPlusPathProperty
Field Value
Type |
Description |
System.Windows.DependencyProperty |
|
Properties
ExpanderBackground
Declaration
public Brush ExpanderBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderBorderBrush
Declaration
public Brush ExpanderBorderBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderExpandedBackground
Declaration
public Brush ExpanderExpandedBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderExpandedBorderBrush
Declaration
public Brush ExpanderExpandedBorderBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderHoverBackground
Declaration
public Brush ExpanderHoverBackground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderHoverBorderBrush
Declaration
public Brush ExpanderHoverBorderBrush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
ExpanderMinusPath
Declaration
public Geometry ExpanderMinusPath { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Geometry |
|
ExpanderPlusPath
Declaration
public Geometry ExpanderPlusPath { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Geometry |
|