Class RadTickBar
Represents a control that draws a set of tick marks for a RadSlider control.
Inherited Members
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.Windows.DependencyProperty
|
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
System.Windows.DependencyProperty
|
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDirectionReversed
Bound to IsDirectionReversed.
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.Boolean
|
Maximum
Bound to System.Windows.Controls.Primitives.RangeBase.Maximum.
Declaration
public double Maximum { get; set; }
Property Value
System.Double
|
Minimum
Bound to System.Windows.Controls.Primitives.RangeBase.Minimum.
Declaration
public double Minimum { get; set; }
Property Value
System.Double
|