Class RadTickBar
Represents a control that draws a set of tick marks for a RadSlider control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadTickBar : ItemsControl
Constructors
RadTickBar()
Fields
IsDirectionReversedProperty
Identifies the IsDirectionReversed dependency property.
Declaration
public static readonly DependencyProperty IsDirectionReversedProperty
Field Value
System.
|
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.
|
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
System.
|
Properties
IsDirectionReversed
Bound to Is
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.
|
Maximum
Bound to System.
Declaration
public double Maximum { get; set; }
Property Value
System.
|
Minimum
Bound to System.
Declaration
public double Minimum { get; set; }
Property Value
System.
|