Class LegendSetting
Initializes a new instance of the LegendSetting class.
Inheritance
Namespace: Syncfusion.UI.Xaml.Maps
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class LegendSetting : DependencyObject
Constructors
LegendSetting()
Initializes a new instance of the LegendSetting class.
Declaration
public LegendSetting()
Fields
FontFamilyProperty
Using a DependencyProperty as the backing store for FontFamily. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontFamilyProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontSizeProperty
Using a DependencyProperty as the backing store for LabelFontSize. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
FontStyleProperty
Using a DependencyProperty as the backing store for FontStyle. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty FontStyleProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
ForegroundProperty
Using a DependencyProperty as the backing store for Foreground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
IconHeightProperty
// Using a DependencyProperty as the backing store for LegendIconHeight. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IconHeightProperty
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 |
Properties
FontFamily
Gets or sets the font family of the Legend Label.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
Type |
---|
System.Windows.Media.FontFamily |
FontSize
Gets or sets the font size value. This property is used to change the text size of the legend label.
Declaration
public double FontSize { get; set; }
Property Value
Type |
---|
System.Double |
FontStyle
Gets or sets the font style of the Legend Label.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
Type |
---|
System.Windows.FontStyle |
Foreground
Gets or sets a value for legend foreground.
Declaration
public Brush Foreground { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
IconHeight
Gets or Sets IconHeight
Declaration
public double IconHeight { get; set; }
Property Value
Type |
---|
System.Double |
IconWidth
Gets or Sets IconWidth
Declaration
public double IconWidth { get; set; }
Property Value
Type |
---|
System.Double |