Class TreeMapLegend
TreeMapLegend class
Inheritance
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.UWP.dll
Syntax
public class TreeMapLegend : ItemsControl
Constructors
TreeMapLegend()
Constructor
Declaration
public TreeMapLegend()
Fields
HeaderProperty
// Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendIconHeightProperty
// Using a DependencyProperty as the backing store for LegendIconHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendIconHeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendIconStyleProperty
// Using a DependencyProperty as the backing store for LegendIconStyle. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendIconStyleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendIconTemplateProperty
// Using a DependencyProperty as the backing store for LegendIconTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendIconTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendIconWidthProperty
// Using a DependencyProperty as the backing store for LegendIconWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendIconWidthProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendItemElementMarginProperty
// Using a DependencyProperty as the backing store for LegendItemElementMargin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendItemElementMarginProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendItemHeightProperty
// Using a DependencyProperty as the backing store for LegendItemHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendItemHeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendItemMarginProperty
// Using a DependencyProperty as the backing store for LegendItemMargin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendItemMarginProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendItemWidthProperty
// Using a DependencyProperty as the backing store for LegendItemWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendItemWidthProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendPositionProperty
// Using a DependencyProperty as the backing store for LegendPosition. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LegendPositionProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Header
Gets or Sets Header value
Declaration
public object Header { get; set; }
Property Value
Type |
---|
System.Object |
LegendIconHeight
Gets or Sets LegendIconHeight
Declaration
public double LegendIconHeight { get; set; }
Property Value
Type |
---|
System.Double |
LegendIconStyle
Gets or Sets LegendIconStyle
Declaration
public TreeMapLegendIcon LegendIconStyle { get; set; }
Property Value
Type |
---|
TreeMapLegendIcon |
LegendIconTemplate
Gets or Sets LegendIconTemplate
Declaration
public DataTemplate LegendIconTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
LegendIconWidth
Gets or Sets LegendIconWidth
Declaration
public double LegendIconWidth { get; set; }
Property Value
Type |
---|
System.Double |
LegendItemElementMargin
Gets or Sets LegendItemElementMargin
Declaration
public Thickness LegendItemElementMargin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
LegendItemHeight
Gets or Sets LegendItemHeight
Declaration
public double LegendItemHeight { get; set; }
Property Value
Type |
---|
System.Double |
LegendItemMargin
Gets or Sets LegendItemMargin
Declaration
public Thickness LegendItemMargin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
LegendItemWidth
Gets or Sets LegendItemWidth
Declaration
public double LegendItemWidth { get; set; }
Property Value
Type |
---|
System.Double |
LegendPosition
Gets or Sets LegendPosition
Declaration
public TreeMapLegendPosition LegendPosition { get; set; }
Property Value
Type |
---|
TreeMapLegendPosition |
TreeMap
Gets or Sets values for TreeMap
Declaration
public SfTreeMap TreeMap { get; }
Property Value
Type |
---|
SfTreeMap |
Methods
OnApplyTemplate()
Defines OnApplyTemplate
Declaration
protected override void OnApplyTemplate()