ClassRangeInputBase
Class
Defines a logical steps for manipulations for its descendants.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class RangeInputBase : RangeControlBase
Inheritance: objectRadControlRadHeaderedControlRangeControlBaseRangeInputBase
Derived Classes:
Inherited Members
Constructors
RangeInputBase()
Declaration
cs-api-definition
protected RangeInputBase()
Fields
LargeChangeProperty
Identifies the LargeChange dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LargeChangeProperty
Field Value
DependencyProperty
SmallChangeProperty
Identifies the SmallChange dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty SmallChangeProperty
Field Value
DependencyProperty
Properties
LargeChange
Gets or sets a value to be added to or subtracted from the value.
Declaration
cs-api-definition
public double LargeChange { get; set; }
Property Value
The default value is 10.
SmallChange
Gets or sets the value to be added to or subtracted from the value.
Declaration
cs-api-definition
public double SmallChange { get; set; }
Property Value
The default value is 1.
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides