Class TimeBarSlider
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TimeBarSlider : DoubleRangeBase, IRangeSelector<double>
Constructors
TimeBarSlider()
Declaration
public TimeBarSlider()
Fields
AlternateThumbStyleProperty
Declaration
public static readonly DependencyProperty AlternateThumbStyleProperty
Field Value
Microsoft.
|
AutoToolTipContentTemplateProperty
Declaration
public static readonly DependencyProperty AutoToolTipContentTemplateProperty
Field Value
Microsoft.
|
AutoToolTipPlacementProperty
Declaration
public static readonly DependencyProperty AutoToolTipPlacementProperty
Field Value
Microsoft.
|
DecreaseHandleStyleProperty
Declaration
public static readonly DependencyProperty DecreaseHandleStyleProperty
Field Value
Microsoft.
|
DelayProperty
Declaration
public static readonly DependencyProperty DelayProperty
Field Value
Microsoft.
|
EnableSideTicksProperty
Declaration
public static readonly DependencyProperty EnableSideTicksProperty
Field Value
Microsoft.
|
HandlesVisibilityProperty
Declaration
public static readonly DependencyProperty HandlesVisibilityProperty
Field Value
Microsoft.
|
IncreaseHandleStyleProperty
Declaration
public static readonly DependencyProperty IncreaseHandleStyleProperty
Field Value
Microsoft.
|
IsDeferredDraggingEnabledProperty
Declaration
public static readonly DependencyProperty IsDeferredDraggingEnabledProperty
Field Value
Microsoft.
|
IsDirectionReversedProperty
Declaration
public static readonly DependencyProperty IsDirectionReversedProperty
Field Value
Microsoft.
|
IsMouseWheelEnabledProperty
Declaration
public static readonly DependencyProperty IsMouseWheelEnabledProperty
Field Value
Microsoft.
|
IsMoveToPointEnabledProperty
Declaration
public static readonly DependencyProperty IsMoveToPointEnabledProperty
Field Value
Microsoft.
|
IsSnapToTickEnabledProperty
Declaration
public static readonly DependencyProperty IsSnapToTickEnabledProperty
Field Value
Microsoft.
|
MiddleThumbClickModeProperty
Declaration
public static readonly DependencyProperty MiddleThumbClickModeProperty
Field Value
Microsoft.
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.
|
RepeatIntervalProperty
Declaration
public static readonly DependencyProperty RepeatIntervalProperty
Field Value
Microsoft.
|
ResultTicksProperty
Declaration
public static readonly DependencyProperty ResultTicksProperty
Field Value
Microsoft.
|
SelectionMiddleThumbStyleProperty
Declaration
public static readonly DependencyProperty SelectionMiddleThumbStyleProperty
Field Value
Microsoft.
|
StepActionProperty
Declaration
public static readonly DependencyProperty StepActionProperty
Field Value
Microsoft.
|
ThumbStyleProperty
Declaration
public static readonly DependencyProperty ThumbStyleProperty
Field Value
Microsoft.
|
ThumbToolTipStyleProperty
Declaration
public static readonly DependencyProperty ThumbToolTipStyleProperty
Field Value
Microsoft.
|
ThumbVisibilityProperty
Declaration
public static readonly DependencyProperty ThumbVisibilityProperty
Field Value
Microsoft.
|
TickBarStyleProperty
Declaration
public static readonly DependencyProperty TickBarStyleProperty
Field Value
Microsoft.
|
TickFrequencyProperty
Declaration
public static readonly DependencyProperty TickFrequencyProperty
Field Value
Microsoft.
|
TickPlacementProperty
Declaration
public static readonly DependencyProperty TickPlacementProperty
Field Value
Microsoft.
|
TicksProperty
Declaration
public static readonly DependencyProperty TicksProperty
Field Value
Microsoft.
|
TickTemplateProperty
Declaration
public static readonly DependencyProperty TickTemplateProperty
Field Value
Microsoft.
|
TickTemplateSelectorProperty
Declaration
public static readonly DependencyProperty TickTemplateSelectorProperty
Field Value
Microsoft.
|
TrackStyleProperty
Declaration
public static readonly DependencyProperty TrackStyleProperty
Field Value
Microsoft.
|
Properties
AlternateThumbStyle
Declaration
public Style AlternateThumbStyle { get; set; }
Property Value
Microsoft.
|
AutoToolTipContentTemplate
Declaration
public DataTemplate AutoToolTipContentTemplate { get; set; }
Property Value
Microsoft.
|
AutoToolTipPlacement
Declaration
public AutoToolTipPlacement AutoToolTipPlacement { get; set; }
Property Value
DecreaseHandleStyle
Declaration
public Style DecreaseHandleStyle { get; set; }
Property Value
Microsoft.
|
Delay
Declaration
public int Delay { get; set; }
Property Value
System.
|
EnableSideTicks
Declaration
public bool EnableSideTicks { get; set; }
Property Value
System.
|
HandlesVisibility
Declaration
public Visibility HandlesVisibility { get; set; }
Property Value
Microsoft.
|
IncreaseHandleStyle
Declaration
public Style IncreaseHandleStyle { get; set; }
Property Value
Microsoft.
|
IsDeferredDraggingEnabled
Declaration
public bool IsDeferredDraggingEnabled { get; set; }
Property Value
System.
|
IsDirectionReversed
Declaration
public bool IsDirectionReversed { get; set; }
Property Value
System.
|
IsMouseWheelEnabled
Declaration
public bool IsMouseWheelEnabled { get; set; }
Property Value
System.
|
IsMoveToPointEnabled
Declaration
public bool IsMoveToPointEnabled { get; set; }
Property Value
System.
|
IsSnapToTickEnabled
Declaration
public bool IsSnapToTickEnabled { get; set; }
Property Value
System.
|
MiddleThumbClickMode
Declaration
public MiddleThumbClickMode MiddleThumbClickMode { get; set; }
Property Value
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.
|
RepeatInterval
Declaration
public int RepeatInterval { get; set; }
Property Value
System.
|
ResultTicks
Declaration
public ObservableCollection<double> ResultTicks { get; }
Property Value
System.
|
SelectionMiddleThumbStyle
Declaration
public Style SelectionMiddleThumbStyle { get; set; }
Property Value
Microsoft.
|
StepAction
ThumbStyle
Declaration
public Style ThumbStyle { get; set; }
Property Value
Microsoft.
|
ThumbToolTipStyle
Declaration
public Style ThumbToolTipStyle { get; set; }
Property Value
Microsoft.
|
ThumbVisibility
Declaration
public Visibility ThumbVisibility { get; set; }
Property Value
Microsoft.
|
TickBarStyle
Declaration
public Style TickBarStyle { get; set; }
Property Value
Microsoft.
|
TickFrequency
Declaration
public double TickFrequency { get; set; }
Property Value
System.
|
TickPlacement
Ticks
Declaration
public DoubleCollection Ticks { get; set; }
Property Value
Microsoft.
|
TickTemplate
Declaration
public DataTemplate TickTemplate { get; set; }
Property Value
Microsoft.
|
TickTemplateSelector
Declaration
public DataTemplateSelector TickTemplateSelector { get; set; }
Property Value
Microsoft.
|
TrackStyle
Declaration
public Style TrackStyle { get; set; }
Property Value
Microsoft.
|
Methods
ChangeVisualState()
Declaration
protected virtual void ChangeVisualState()
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.
|
OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnIsFocusedChanged()
Declaration
protected virtual void OnIsFocusedChanged()
OnIsSelectionRangeEnabledChanged()
Declaration
protected override void OnIsSelectionRangeEnabledChanged()
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnMaximumChanged(Double, Double)
Declaration
protected override void OnMaximumChanged(double oldMaximum, double newMaximum)
Parameters
System.
|
System.
|
Overrides
OnMaximumRangeSpanChanged(Double, Double)
Declaration
protected override void OnMaximumRangeSpanChanged(double oldValue, double newValue)
Parameters
System.
|
System.
|
Overrides
OnMinimumChanged(Double, Double)
Declaration
protected override void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
System.
|
System.
|
Overrides
OnMinimumRangeSpanChanged(Double, Double)
Declaration
protected override void OnMinimumRangeSpanChanged(double oldValue, double newValue)
Parameters
System.
|
System.
|
Overrides
OnOrientationChanged()
Declaration
protected virtual void OnOrientationChanged()
OnPointerWheelChanged(PointerRoutedEventArgs)
Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnSelectionEndChanged(Double, Double)
Declaration
protected override void OnSelectionEndChanged(double oldValue, double newValue)
Parameters
System.
|
System.
|
Overrides
OnSelectionStartChanged(Double, Double)
Declaration
protected override void OnSelectionStartChanged(double oldValue, double newValue)
Parameters
System.
|
System.
|
Overrides
OnValueChanged(Double, Double)
Declaration
protected override void OnValueChanged(double oldValue, double newValue)
Parameters
System.
|
System.
|
UpdateTrackLayout()
Declaration
protected virtual void UpdateTrackLayout()
Events
DragCompleted
Declaration
public event EventHandler<RadDragCompletedEventArgs> DragCompleted
Event Type
System.
|
DragDelta
Declaration
public event EventHandler<RadDragDeltaEventArgs> DragDelta
Event Type
System.
|
DragStarted
Declaration
public event EventHandler<RadDragStartedEventArgs> DragStarted
Event Type
System.
|