Class LeafItemSettings
LeafItemSettings
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.UWP.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.DependencyProperty |
FontFamilyProperty
Using a DependencyProperty as the backing store for FontFamily.
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontSizeProperty
Using a DependencyProperty as the backing store for FontSize.
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontStyleProperty
Using a DependencyProperty as the backing store for FontStyle.
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
FontWeightProperty
Using a DependencyProperty as the backing store for FontWeight.
Declaration
public static readonly DependencyProperty FontWeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Using a DependencyProperty as the backing store for FontColor.
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.DependencyProperty |
LabelOffsetProperty
Using a DependencyProperty as the backing store for LabelOffset.
Declaration
public static readonly DependencyProperty LabelOffsetProperty
Field Value
Type |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.DependencyProperty |
OverflowModeProperty
Using a DependencyProperty as the backing store for OverflowMode.
Declaration
public static readonly DependencyProperty OverflowModeProperty
Field Value
Type |
---|
Windows.UI.Xaml.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 |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
BorderBrush
Gets or Sets BorderBrush
Declaration
public Brush BorderBrush { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
BorderThickness
Gets or Sets BorderThickness
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
FontFamily
Gets or sets the font family
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.FontFamily |
FontSize
Gets or sets the font size.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
FontStyle
Gets or sets the fontStyle
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
Windows.UI.Text.FontStyle |
FontWeight
Gets or sets the FontWeight
Declaration
public FontWeight FontWeight { get; set; }
Property Value
Type |
---|
Windows.UI.Text.FontWeight |
Foreground
Gets or sets the fontcolor
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
Gap
Gets or Sets values for Gap
Declaration
public double Gap { get; set; }
Property Value
Type |
---|
System.Double |
LabelOffset
Gets or sets LabelOffset.
Declaration
public Point LabelOffset { get; set; }
Property Value
Type |
---|
Windows.Foundation.Point |
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 |
---|
Windows.UI.Xaml.DataTemplate |
OverflowMode
Gets or sets the OverflowMode
Declaration
public LabelOverflowMode OverflowMode { get; set; }
Property Value
Type |
---|
LabelOverflowMode |
ShowLabels
Gets or Sets ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
---|
System.Boolean |