MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SliderLabelCreatedEventArgs

    Show / Hide Table of Contents

    Class SliderLabelCreatedEventArgs

    Provides the event data for the label creation event.

    Inheritance
    System.Object
    SliderLabelCreatedEventArgs
    Namespace: Syncfusion.Maui.Sliders
    Assembly: Syncfusion.Maui.Sliders.dll
    Syntax
    public class SliderLabelCreatedEventArgs : Object

    Constructors

    SliderLabelCreatedEventArgs()

    Declaration
    public SliderLabelCreatedEventArgs()

    Properties

    Style

    Gets or sets the text style for the individual text. This has been used to customize the text styles.

    Declaration
    public SliderLabelStyle Style { get; }
    Property Value
    Type Description
    SliderLabelStyle

    Text

    Get or sets the text which represents the labels in the Slider, Range Slider and Range Selector.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved