Class DoubleRangeBase
Inheritance
System.Object
DoubleRangeBase
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DoubleRangeBase : RangeBase, IRangeSelector<double>
Constructors
Fields
Declaration
public static readonly DependencyProperty IsCoercionSuppressedProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSelectionRangeEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaximumRangeSpanProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinimumRangeSpanProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent SelectionChangedEvent
Field Value
Declaration
public static readonly DependencyProperty SelectionEndProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool IsCoercionSuppressed { get; set; }
Property Value
Declaration
protected bool IsInitializing { get; set; }
Property Value
Declaration
public bool IsSelectionRangeEnabled { get; set; }
Property Value
Declaration
protected bool IsUserManipulationInProgress { get; set; }
Property Value
Declaration
public double MaximumRangeSpan { get; set; }
Property Value
Declaration
public double MinimumRangeSpan { get; set; }
Property Value
Declaration
public SelectionRange<double> Selection { get; set; }
Property Value
Implements
Declaration
public double SelectionEnd { get; set; }
Property Value
Implements
Declaration
public double SelectionRange { get; }
Property Value
Declaration
public double SelectionStart { get; set; }
Property Value
Implements
Methods
Declaration
public void add_MaximumRangeSpanChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void add_MinimumRangeSpanChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Implements
Declaration
public void add_SelectionEndChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void add_SelectionStartChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Declaration
protected void CoerceRangeSpanProperties()
Declaration
protected void CoerceSelectionProperties()
Declaration
protected override void OnApplyTemplate()
Declaration
protected virtual void OnIsSelectionRangeEnabledChanged()
Declaration
protected override void OnMaximumChanged(double oldMaximum, double newMaximum)
Parameters
|
System.Double
oldMaximum
|
|
System.Double
newMaximum
|
Declaration
protected virtual void OnMaximumRangeSpanChanged(double oldValue, double newValue)
Parameters
|
System.Double
oldValue
|
|
System.Double
newValue
|
Declaration
protected override void OnMinimumChanged(double oldMinimum, double newMinimum)
Parameters
|
System.Double
oldMinimum
|
|
System.Double
newMinimum
|
Declaration
protected virtual void OnMinimumRangeSpanChanged(double oldValue, double newValue)
Parameters
|
System.Double
oldValue
|
|
System.Double
newValue
|
Declaration
protected virtual void OnSelectionChanged()
Declaration
protected virtual void OnSelectionEndChanged(double oldValue, double newValue)
Parameters
|
System.Double
oldValue
|
|
System.Double
newValue
|
Declaration
protected virtual void OnSelectionStartChanged(double oldValue, double newValue)
Parameters
|
System.Double
oldValue
|
|
System.Double
newValue
|
Declaration
public void remove_MaximumRangeSpanChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void remove_MinimumRangeSpanChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
Implements
Declaration
public void remove_SelectionEndChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Declaration
public void remove_SelectionStartChanged(RoutedPropertyChangedEventHandler<double> value)
Parameters
Events
Declaration
public event RoutedPropertyChangedEventHandler<double> MaximumRangeSpanChanged
Event Type
Declaration
public event RoutedPropertyChangedEventHandler<double> MinimumRangeSpanChanged
Event Type
Declaration
public event RadRoutedEventHandler SelectionChanged
Event Type
Implements
Declaration
public event RoutedPropertyChangedEventHandler<double> SelectionEndChanged
Event Type
Declaration
public event RoutedPropertyChangedEventHandler<double> SelectionStartChanged
Event Type
Extension Methods