Class RangeNavigatorPanel
Represents the RangeNavigatorPanel class.
Inheritance
System.Object
RangeNavigatorPanel
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeNavigatorPanel : Panel
Constructors
RangeNavigatorPanel()
Declaration
public RangeNavigatorPanel()
Fields
RowProperty
The DependencyProperty for
Declaration
public static readonly DependencyProperty RowProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
RowDefinitions
Gets or sets the range navigator rows
Declaration
public RangeNavigatorRowDefinitions RowDefinitions { get; set; }
Property Value
Type |
---|
RangeNavigatorRowDefinitions |
Methods
ArrangeOverride(Size)
Arranges the children of the panel.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The Final Size |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns the arrange size. |
GetRow(UIElement)
Get the row
Declaration
public static int GetRow(UIElement obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | obj | UI Element |
Returns
Type | Description |
---|---|
System.Int32 | Return the row index. |
MeasureOverride(Size)
Measures the children of the panel.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The Available Size |
Returns
Type | Description |
---|---|
System.Windows.Size | Returns the measure size. |
SetRow(UIElement, Int32)
Set the row
Declaration
public static void SetRow(UIElement obj, int value)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | obj | UI Element |
System.Int32 | value | The Value |