WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeExpanderAppearance - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeExpanderAppearance

    Inheritance
    System.Object
    TreeAppearance
    TreeExpanderAppearance
    Namespace: Syncfusion.Windows.Controls.Grid
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved