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