Class TreeMapHierarchicalLevel
TreeMapHierarchicalLevel
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class TreeMapHierarchicalLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged
Constructors
TreeMapHierarchicalLevel()
Declaration
public TreeMapHierarchicalLevel()
Fields
ChildBackgroundProperty
// Using a DependencyProperty as the backing store for ChildBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ChildBorderBrushProperty
// Using a DependencyProperty as the backing store for ChildBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ChildBorderThicknessProperty
// Using a DependencyProperty as the backing store for ChildBorderThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildBorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ChildGapProperty
// Using a DependencyProperty as the backing store for ChildGap. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildGapProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ChildPaddingProperty
// Using a DependencyProperty as the backing store for ChildPadding. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildPaddingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ChildPathProperty
// Using a DependencyProperty as the backing store for ChildPath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ChildPathProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeaderPathProperty
// Using a DependencyProperty as the backing store for HeaderPath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderPathProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelPathProperty
// Using a DependencyProperty as the backing store for LabelPath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelPathProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ChildBackground
Gets or Sets ChildBackground
Declaration
public Brush ChildBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
ChildBorderBrush
Gets or Sets ChildBorderBrush
Declaration
public Brush ChildBorderBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
ChildBorderThickness
Gets or Sets ChildBorderThickness
Declaration
public Thickness ChildBorderThickness { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
ChildGap
Gets or Sets ChildGap
Declaration
public double ChildGap { get; set; }
Property Value
Type |
---|
System.Double |
ChildPadding
Gets or Sets ChildPadding
Declaration
public Thickness ChildPadding { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
ChildPath
Gets or Sets ChildPath
Declaration
public string ChildPath { get; set; }
Property Value
Type |
---|
System.String |
HeaderPath
Gets or Sets HeaderPath
Declaration
public string HeaderPath { get; set; }
Property Value
Type |
---|
System.String |
LabelPath
Gets or Sets LabelPath
Declaration
public string LabelPath { get; set; }
Property Value
Type |
---|
System.String |