skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    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
    • Resources Hub
    • .NET MAUI Tutorials and Learning
    • First Steps
    • Submit a Ticket
    • FAQs

    Docs & Resources

    • Docs
    • Demos
    • Migrate to .NET MAUI
    • Forums
    • Videos
    • Blogs

    Productivity and Design Tools

    • 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 RadSlider

Represents a slider control that displays a value in a given min-max range. The end user can change the value by dragging the thumb. This control can display ticks and labels for clarity of what the underlying min-max range is, and can display tooltips for clarity of what the value is.

Inheritance
System.Object
RadContentView
RadSliderBase
RadSlider
Inherited Members
RadSliderBase.ControlTemplateProperty
RadSliderBase.MinimumProperty
RadSliderBase.MaximumProperty
RadSliderBase.TickStepProperty
RadSliderBase.LabelStepProperty
RadSliderBase.StringFormatProperty
RadSliderBase.StringConverterProperty
RadSliderBase.BackTrackThicknessProperty
RadSliderBase.BackTrackStyleProperty
RadSliderBase.TicksPlacementProperty
RadSliderBase.InRangeTickColorProperty
RadSliderBase.OutOfRangeTickColorProperty
RadSliderBase.TickLengthProperty
RadSliderBase.TickThicknessProperty
RadSliderBase.InRangeTickStyleProperty
RadSliderBase.OutOfRangeTickStyleProperty
RadSliderBase.TickStyleSelectorProperty
RadSliderBase.TickTemplateProperty
RadSliderBase.LabelsPlacementProperty
RadSliderBase.TextColorProperty
RadSliderBase.FontFamilyProperty
RadSliderBase.FontSizeProperty
RadSliderBase.LabelStyleProperty
RadSliderBase.LabelStyleSelectorProperty
RadSliderBase.LabelTemplateProperty
RadSliderBase.SnapModeProperty
RadSliderBase.TickOriginProperty
RadSliderBase.BackTrackExtentProperty
RadSliderBase.BackTrackColorProperty
RadSliderBase.RangeTrackFillProperty
RadSliderBase.RangeTrackStyleProperty
RadSliderBase.ActualBackTrackStyleProperty
RadSliderBase.ActualRangeTrackStyleProperty
RadSliderBase.TooltipStringFormatProperty
RadSliderBase.TooltipContentTemplateProperty
RadSliderBase.TooltipControlTemplateProperty
RadSliderBase.OnApplyTemplate()
RadSliderBase.MeasureOverride(Double, Double)
RadSliderBase.ArrangeOverride(Rect)
RadSliderBase.ChangeVisualState()
RadSliderBase.ControlTemplate
RadSliderBase.Minimum
RadSliderBase.Maximum
RadSliderBase.TickStep
RadSliderBase.LabelStep
RadSliderBase.StringFormat
RadSliderBase.StringConverter
RadSliderBase.BackTrackThickness
RadSliderBase.BackTrackStyle
RadSliderBase.ActualBackTrackStyle
RadSliderBase.TicksPlacement
RadSliderBase.InRangeTickColor
RadSliderBase.OutOfRangeTickColor
RadSliderBase.TickLength
RadSliderBase.TickThickness
RadSliderBase.InRangeTickStyle
RadSliderBase.OutOfRangeTickStyle
RadSliderBase.TickStyleSelector
RadSliderBase.TickTemplate
RadSliderBase.LabelsPlacement
RadSliderBase.TextColor
RadSliderBase.FontFamily
RadSliderBase.FontSize
RadSliderBase.LabelStyle
RadSliderBase.LabelStyleSelector
RadSliderBase.LabelTemplate
RadSliderBase.SnapMode
RadSliderBase.TickOrigin
RadSliderBase.BackTrackExtent
RadSliderBase.BackTrackColor
RadSliderBase.RangeTrackFill
RadSliderBase.RangeTrackStyle
RadSliderBase.ActualRangeTrackStyle
RadSliderBase.TooltipStringFormat
RadSliderBase.TooltipContentTemplate
RadSliderBase.TooltipControlTemplate
RadContentView.ActualStyleClassProperty
RadContentView.OnChildAdded(Element)
RadContentView.OnChildRemoved(Element, Int32)
RadContentView.OnBindingContextChanged()
RadContentView.OnHandlerChanged()
RadContentView.ActualStyleClass
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll

Syntax

public class RadSlider : RadSliderBase, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Constructors

RadSlider()

Initalizes a new instance of the class.

Declaration
public RadSlider()

Fields

ActualThumbStyleProperty

Identifies the ActualThumbStyle property.

Declaration
public static readonly BindableProperty ActualThumbStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

DragModeProperty

Identifies the DragMode property.

Declaration
public static readonly BindableProperty DragModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

OriginValueProperty

Identifies the OriginValue property.

Declaration
public static readonly BindableProperty OriginValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ThumbFillProperty

Identifies the ThumbFill property.

Declaration
public static readonly BindableProperty ThumbFillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ThumbStyleProperty

Identifies the ThumbStyle property.

Declaration
public static readonly BindableProperty ThumbStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

ValueProperty

Identifies the Value property.

Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty

Properties

ActualThumbStyle

Gets or sets the actual style that will be applied to the slider thumb. This is a merger of the custom ThumbStyle and the default style.

Declaration
public Style ActualThumbStyle { get; }
Property Value
Microsoft.Maui.Controls.Style

DragMode

Gets or sets the mode that defines the possible ways to interact and change the Value.

Declaration
public SliderDragMode DragMode { get; set; }
Property Value
SliderDragMode

OriginValue

Gets or sets the origin value, i.e. where the range track starts.

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

ThumbFill

Gets or sets the custom color that is to be applied to the thumb.

Declaration
public Color ThumbFill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color

ThumbStyle

Gets or sets the custom style that is to be applied to the slider thumb. This style is merged with the default style and the resulting merged style is set to the ActualThumbStyle property, and this is the style that is actually applied to the element.

Declaration
public Style ThumbStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style

Value

Gets or sets the value of the slider.

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

Events

ValueChanging

An event that is raise when the end-user drags the thumb. This event allows for plugging in custom logic by changing the Value property.

Declaration
public event EventHandler<ValueChangingEventArgs> ValueChanging
Event Type
System.EventHandler<ValueChangingEventArgs>

Extension Methods

AndroidTypeConversionExtensions.ToJavaObject(Object)
Sample Applications
  • Controls Samples App
  • Crypto Tracker App
Support Resources
  • .NET MAUI SDKBrowser App
Community
  • Forums
  • Blogs
  • Feedback Portal
  • YouTube Channel

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.