Class LegendPanel
Inheritance
System.Object
LegendPanel
Assembly: Syncfusion.SfMaps.WPF.dll
Syntax
public class LegendPanel : Panel
Constructors
LegendPanel()
Declaration
Fields
SplitProperty
// Using a DependencyProperty as the backing store for Split. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SplitProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Split
Declaration
public int Split { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
finalSize |
|
Returns
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
System.Windows.Size |
availableSize |
|
Returns