Class TreeMapLegendItem
TreeMapLegendItem
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.TreeMap
Assembly: Syncfusion.SfTreeMap.WPF.dll
Syntax
public class TreeMapLegendItem : DependencyObject, INotifyPropertyChanged
Constructors
TreeMapLegendItem()
Declaration
public TreeMapLegendItem()
Fields
ElementMarginProperty
// Using a DependencyProperty as the backing store for ElementMargin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ElementMarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FillProperty
// Using a DependencyProperty as the backing store for Fill. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FillProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconHeightProperty
// Using a DependencyProperty as the backing store for IconHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IconHeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconProperty
// Using a DependencyProperty as the backing store for Icon. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IconProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconTemplateProperty
// Using a DependencyProperty as the backing store for IconTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IconTemplateProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconWidthProperty
// Using a DependencyProperty as the backing store for IconWidth. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IconWidthProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ItemMarginProperty
// Using a DependencyProperty as the backing store for ItemMargin. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemMarginProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
LabelProperty
// Using a DependencyProperty as the backing store for Label. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
ElementMargin
Gets or Sets ElementMargin
Declaration
public Thickness ElementMargin { get; }
Property Value
Type |
---|
System.Windows.Thickness |
Fill
Gets or Sets Fill
Declaration
public Brush Fill { get; }
Property Value
Type |
---|
System.Windows.Media.Brush |
Icon
Gets or Sets Icon
Declaration
public object Icon { get; }
Property Value
Type |
---|
System.Object |
IconHeight
Gets or Sets IconHeight
Declaration
public double IconHeight { get; }
Property Value
Type |
---|
System.Double |
IconTemplate
Gets or Sets IconTemplate
Declaration
public object IconTemplate { get; }
Property Value
Type |
---|
System.Object |
IconWidth
Gets or Sets IconWidth
Declaration
public double IconWidth { get; }
Property Value
Type |
---|
System.Double |
ItemMargin
Gets or Sets ItemMargin
Declaration
public Thickness ItemMargin { get; }
Property Value
Type |
---|
System.Windows.Thickness |
Label
Gets or Sets Label
Declaration
public string Label { get; }
Property Value
Type |
---|
System.String |
Legend
Gets or Sets Legend values
Declaration
public TreeMapLegend Legend { get; }
Property Value
Type |
---|
TreeMapLegend |
Events
PropertyChanged
PropertyChangedEventHandler
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |