menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileSliderIOS7Properties

    Show / Hide Table of Contents

    Class MobileSliderIOS7Properties

    class for Slider IOS7 Specific Properties

    Inheritance
    System.Object
    MobileSliderIOS7Properties
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileSliderIOS7Properties

    Constructors

    MobileSliderIOS7Properties()

    Initializes a new instance of the MobileSliderIOS7Properties class.

    Declaration
    public MobileSliderIOS7Properties()

    Properties

    ThumbStyle

    Specifies the thumb style in ios7 mode.

    Declaration
    [JsonProperty("thumbStyle")]
    [JsonConverter(typeof(StringEnumConverter))]
    public ThumbStyle ThumbStyle { get; set; }
    Property Value
    Type Description
    ThumbStyle

    The thumb style.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved