ClassRangeControlBase
Class
Represents a control that defines a double value that is constrained within a specified range.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class RangeControlBase : RadHeaderedControl
Inheritance: objectRadControlRadHeaderedControlRangeControlBase
Derived Classes:
Inherited Members
Constructors
RangeControlBase()
Declaration
cs-api-definition
protected RangeControlBase()
Fields
MaximumProperty
Identifies the Maximum dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MaximumProperty
Field Value
DependencyProperty
MinimumProperty
Identifies the Minimum dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty MinimumProperty
Field Value
DependencyProperty
Properties
Maximum
Gets or sets the highest possible value of a range element.
Declaration
cs-api-definition
public double Maximum { get; set; }
Property Value
The default value is 100.
Methods
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnTemplateApplied()
Occurs when the method has been called and the template is already successfully applied.
Declaration
cs-api-definition
protected override void OnTemplateApplied()
Overrides