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