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 |
System.Windows.DependencyProperty |
ExpanderBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderExpandedBackgroundProperty
Declaration
public static readonly DependencyProperty ExpanderExpandedBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderExpandedBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderExpandedBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderHoverBackgroundProperty
Declaration
public static readonly DependencyProperty ExpanderHoverBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderHoverBorderBrushProperty
Declaration
public static readonly DependencyProperty ExpanderHoverBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderMinusPathProperty
Declaration
public static readonly DependencyProperty ExpanderMinusPathProperty
Field Value
Type |
System.Windows.DependencyProperty |
ExpanderPlusPathProperty
Declaration
public static readonly DependencyProperty ExpanderPlusPathProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
ExpanderBackground
Declaration
public Brush ExpanderBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderBorderBrush
Declaration
public Brush ExpanderBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderExpandedBackground
Declaration
public Brush ExpanderExpandedBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderExpandedBorderBrush
Declaration
public Brush ExpanderExpandedBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderHoverBackground
Declaration
public Brush ExpanderHoverBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderHoverBorderBrush
Declaration
public Brush ExpanderHoverBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ExpanderMinusPath
Declaration
public Geometry ExpanderMinusPath { get; set; }
Property Value
Type |
System.Windows.Media.Geometry |
ExpanderPlusPath
Declaration
public Geometry ExpanderPlusPath { get; set; }
Property Value
Type |
System.Windows.Media.Geometry |