Class RadTickBar
Inheritance
System.Object
RadTickBar
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadTickBar : ItemsControl
Constructors
RadTickBar()
Declaration
public RadTickBar()
Fields
IsDirectionReversedProperty
Declaration
public static readonly DependencyProperty IsDirectionReversedProperty
Field Value
Microsoft.
|
MaximumProperty
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
Microsoft.
|
Properties
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.
|
Maximum
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
System.
|