Class RangeNavigatorRowDefinition
Represents the RangeNavigatorRowDefinition class.
Inheritance
System.Object
RangeNavigatorRowDefinition
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class RangeNavigatorRowDefinition : DependencyObject
Constructors
RangeNavigatorRowDefinition()
Initializes a new instance of the RangeNavigatorRowDefinition class.
Declaration
public RangeNavigatorRowDefinition()
Fields
BorderStrokeProperty
The DependencyProperty for BorderStroke property.
Declaration
public static readonly DependencyProperty BorderStrokeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
BorderThicknessProperty
The DependencyProperty for BorderThickness property.
Declaration
public static readonly DependencyProperty BorderThicknessProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
HeightProperty
The DependencyProperty for Height property.
Declaration
public static readonly DependencyProperty HeightProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
UnitProperty
The DependencyProperty for Unit property.
Declaration
public static readonly DependencyProperty UnitProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
BorderStroke
Gets or sets border stroke.
Declaration
public Brush BorderStroke { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.Brush | The System.Windows.Media.Brush value. |
BorderThickness
Gets or sets thickness of the border.
Declaration
public double BorderThickness { get; set; }
Property Value
Type |
---|
System.Double |
Height
Gets or sets height of this row.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
RowTop
Gets the row top value
Declaration
public double RowTop { get; }
Property Value
Type |
---|
System.Double |
Unit
Gets or sets unit of the value specified in Height.
Declaration
public ChartUnitType Unit { get; set; }
Property Value
Type |
---|
ChartUnitType |