Class GridTreeVS2010VisualStyle
Inheritance
System.Object
GridTreeVS2010VisualStyle
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeVS2010VisualStyle : Object, IGridTreeVisualStyle
Constructors
GridTreeVS2010VisualStyle()
Declaration
public GridTreeVS2010VisualStyle()
Properties
GridTreeBorderBrush
Declaration
public Brush GridTreeBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeBorderThickness
Declaration
public Thickness GridTreeBorderThickness { get; }
Property Value
Type |
System.Windows.Thickness |
GridTreeCellBackgroundBrush
Declaration
public Brush GridTreeCellBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeCellBorderBrush
Declaration
public Brush GridTreeCellBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeCellBorders
Declaration
public CellBordersInfo GridTreeCellBorders { get; }
Property Value
GridTreeCellBorderWidth
Declaration
public double GridTreeCellBorderWidth { get; }
Property Value
GridTreeCellFont
Declaration
public GridFontInfo GridTreeCellFont { get; }
Property Value
GridTreeCellForegroundBrush
Declaration
public Brush GridTreeCellForegroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeCellTextMargins
Declaration
public CellMarginsInfo GridTreeCellTextMargins { get; }
Property Value
GridTreeCurrentCellBorderBrush
Declaration
public Brush GridTreeCurrentCellBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeCurrentCellBorderWidth
Declaration
public double GridTreeCurrentCellBorderWidth { get; }
Property Value
GridTreeCurrentCellSelectionBackground
Declaration
public Brush GridTreeCurrentCellSelectionBackground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeCurrentCellSelectionForeground
Declaration
public Brush GridTreeCurrentCellSelectionForeground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderBackground
Declaration
public Brush GridTreeExpanderBackground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderBorderBrush
Declaration
public Brush GridTreeExpanderBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderExpandedBackground
Declaration
public Brush GridTreeExpanderExpandedBackground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderExpandedBorderBrush
Declaration
public Brush GridTreeExpanderExpandedBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderExpandedForeground
Declaration
public Brush GridTreeExpanderExpandedForeground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderForeground
Declaration
public Brush GridTreeExpanderForeground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderHoverBackground
Declaration
public Brush GridTreeExpanderHoverBackground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderHoverBorderBrush
Declaration
public Brush GridTreeExpanderHoverBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderHoverForeground
Declaration
public Brush GridTreeExpanderHoverForeground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeExpanderMinusPath
Declaration
public Geometry GridTreeExpanderMinusPath { get; }
Property Value
Type |
System.Windows.Media.Geometry |
GridTreeExpanderPlusPath
Declaration
public Geometry GridTreeExpanderPlusPath { get; }
Property Value
Type |
System.Windows.Media.Geometry |
Declaration
public Brush GridTreeHeaderBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public GridFontInfo GridTreeHeaderFont { get; }
Property Value
Declaration
public Brush GridTreeHeaderForegroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeHeaderHoverBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeHeaderHoverForegroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeHeaderInnerBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Thickness GridTreeHeaderInnerBorderThickness { get; }
Property Value
Type |
System.Windows.Thickness |
Declaration
public CellMarginsInfo GridTreeHeaderTextMargins { get; }
Property Value
GridTreeHighlightSelectionBackground
Declaration
public Brush GridTreeHighlightSelectionBackground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeHighlightSelectionForeground
Declaration
public Brush GridTreeHighlightSelectionForeground { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeNodeHighlightBrush
Declaration
public Brush GridTreeNodeHighlightBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeRowHeaderBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeRowHeaderForegroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeRowHoverBackgroundBrush
Declaration
public Brush GridTreeRowHoverBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
GridTreeRowHoverForegroundBrush
Declaration
public Brush GridTreeRowHoverForegroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeSortWidgetBorderBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeSortWidgetBorderHoverBackgroundBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush GridTreeSortWidgetBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
InBuiltBlackBrush
Declaration
public Brush InBuiltBlackBrush { get; }
Property Value
Type |
System.Windows.Media.Brush |
Implements