Class TreeMapFlatLevel
TreeMapFlatLevel
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class TreeMapFlatLevel : TreeMapLevel, IDisposable, INotifyPropertyChanged
Constructors
TreeMapFlatLevel()
Declaration
public TreeMapFlatLevel()
Fields
GroupBackgroundProperty
// Using a DependencyProperty as the backing store for GroupBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupBackgroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupBorderBrushProperty
// Using a DependencyProperty as the backing store for GroupBorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupBorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupBorderThicknessProperty
// Using a DependencyProperty as the backing store for GroupBorderThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupBorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupGapProperty
// Using a DependencyProperty as the backing store for GroupGap. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupGapProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupPaddingProperty
// Using a DependencyProperty as the backing store for GroupPadding. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupPaddingProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GroupPathProperty
// Using a DependencyProperty as the backing store for GroupPath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GroupPathProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
GroupBackground
Gets or Sets GroupBackground
Declaration
public Brush GroupBackground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
GroupBorderBrush
Gets or Sets GroupBorderBrush
Declaration
public Brush GroupBorderBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
GroupBorderThickness
Gets or Sets GroupBorderThickness
Declaration
public Thickness GroupBorderThickness { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
GroupGap
Gets or Sets GroupGap
Declaration
public double GroupGap { get; set; }
Property Value
Type |
---|
System.Double |
GroupPadding
Gets or Sets GroupPadding
Declaration
public Thickness GroupPadding { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
GroupPath
Gets or Sets GroupPath
Declaration
public string GroupPath { get; set; }
Property Value
Type |
---|
System.String |