WPF

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

    Show / Hide Table of Contents

    Class TreeCellAppearance

    Inheritance
    System.Object
    TreeAppearance
    TreeCellAppearance
    Namespace: Syncfusion.Windows.Controls.Grid
    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 Description
    System.Windows.DependencyProperty

    CellBordersProperty

    Declaration
    public static readonly DependencyProperty CellBordersProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CellFontProperty

    Declaration
    public static readonly DependencyProperty CellFontProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CellForegroundBrushProperty

    Declaration
    public static readonly DependencyProperty CellForegroundBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    CellTextMarginsProperty

    Declaration
    public static readonly DependencyProperty CellTextMarginsProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    CellBackgroundBrush

    Declaration
    public Brush CellBackgroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    CellBorders

    Declaration
    public CellBordersInfo CellBorders { get; set; }
    Property Value
    Type Description
    CellBordersInfo

    CellFont

    Declaration
    public GridFontInfo CellFont { get; set; }
    Property Value
    Type Description
    GridFontInfo

    CellForegroundBrush

    Declaration
    public Brush CellForegroundBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    CellTextMargins

    Declaration
    public CellMarginsInfo CellTextMargins { get; set; }
    Property Value
    Type Description
    CellMarginsInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved