Class RangeInputBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RangeInputBase : RangeControlBase
Constructors
RangeInputBase()
Declaration
protected RangeInputBase()
Fields
LargeChangeProperty
Declaration
public static readonly DependencyProperty LargeChangeProperty
Field Value
Microsoft.
|
SmallChangeProperty
Declaration
public static readonly DependencyProperty SmallChangeProperty
Field Value
Microsoft.
|
Properties
LargeChange
Declaration
public double LargeChange { get; set; }
Property Value
System.
|
SmallChange
Declaration
public double SmallChange { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|