Class LeafItemSettings
LeafItemSettings
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class LeafItemSettings : DependencyObject
Constructors
LeafItemSettings()
Constructor
Declaration
public LeafItemSettings()
Fields
BorderBrushProperty
// Using a DependencyProperty as the backing store for BorderBrush. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BorderBrushProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BorderThicknessProperty
// Using a DependencyProperty as the backing store for BorderThickness. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
GapProperty
// Using a DependencyProperty as the backing store for Gap. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty GapProperty
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 |
LabelTemplateProperty
// Using a DependencyProperty as the backing store for LabelTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ShowLabelsProperty
// Using a DependencyProperty as the backing store for ShowLabels. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ShowLabelsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
BorderBrush
Gets or Sets BorderBrush
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
BorderThickness
Gets or Sets BorderThickness
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
Gap
Gets or Sets values for Gap
Declaration
public double Gap { get; set; }
Property Value
Type |
---|
System.Double |
LabelPath
Gets or Sets LabelPath
Declaration
public string LabelPath { get; set; }
Property Value
Type |
---|
System.String |
LabelTemplate
Gets or Sets LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
---|
System.Windows.DataTemplate |
ShowLabels
Gets or Sets ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |