skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RangeBaseAutomationPeer

Exposes methods and properties associated with a range-based UI element for automation interactions.

Inheritance
System.Object
RangeBaseAutomationPeer
RangeBaseAutomationPeer
RadSliderAutomationPeer
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll

Syntax

public class RangeBaseAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider

Constructors

RangeBaseAutomationPeer(RangeBase)

Initializes a new instance of the RangeBaseAutomationPeer class.

Declaration
public RangeBaseAutomationPeer(RangeBase owner)
Parameters
System.Windows.Controls.Primitives.RangeBase owner

Properties

IsReadOnly

Gets a value indicating whether the range is read-only.

Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean

LargeChange

Gets or sets the amount by which the range control changes when the user interacts with the control's large change mechanism, such as a scrollbar.

Declaration
public double LargeChange { get; }
Property Value
System.Double

Maximum

Gets or sets the maximum value of the range.

Declaration
public double Maximum { get; }
Property Value
System.Double

Minimum

Gets the minimum value of the RadRangeBase control.

Declaration
public double Minimum { get; }
Property Value
System.Double

SmallChange

Gets or sets the small change value for the range control, which is the amount the value will change when the user increments or decrements the value.

Declaration
public double SmallChange { get; }
Property Value
System.Double

Value

Provides the current value of the RangeBase control, which is a base class for controls that represent a range of values.

Declaration
public double Value { get; }
Property Value
System.Double

Methods

GetPattern(PatternInterface)

Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface patternInterface

Returns
System.Object

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.