ClassRadTickBar
Class
Represents a control that draws a set of tick marks for a TimeBarSlider control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class RadTickBar : ItemsControl
Inheritance: objectRadTickBar
Constructors
RadTickBar()
Initializes a new instance of the RadTickBar class.
Declaration
cs-api-definition
public RadTickBar()
Fields
IsDirectionReversedProperty
Identifies the IsDirectionReversed dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsDirectionReversedProperty
Field Value
DependencyProperty
MaximumProperty
Identifies the Maximum dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MaximumProperty
Field Value
DependencyProperty
MinimumProperty
Identifies the Minimum dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MinimumProperty
Field Value
DependencyProperty
Properties
IsDirectionReversed
Bound to IsDirectionReversed.
Maximum
Bound to RangeBase.Maximum.