menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileRotatorProperties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    RotatorPropertiesBase
    MobileRotatorProperties
    Inherited Members
    RotatorPropertiesBase.DataSource
    RotatorPropertiesBase.ShowPager
    RotatorPropertiesBase.EnablePersistence
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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 MobileRotatorProperties : RotatorPropertiesBase

    Constructors

    MobileRotatorProperties()

    Declaration
    public MobileRotatorProperties()

    Properties

    Change

    Gets or sets the change.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    CurrentItemIndex

    Specifies the currentItemIndex for select the particular item based on the specified index.

    Declaration
    [JsonProperty("currentItemIndex")]
    public int CurrentItemIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The currentItemIndex value.

    Items

    Declaration
    [JsonProperty("items")]
    public string Items { get; set; }
    Property Value
    Type Description
    System.String

    Orientation

    Specifies the Rotator Orientation.

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

    orientation.

    PagerPosition

    Specifies the Pager Position.

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

    pagerPosition.

    PagerSelect

    Gets or sets the pager select.

    Declaration
    [JsonProperty("pagerSelect")]
    public string PagerSelect { get; set; }
    Property Value
    Type Description
    System.String

    The pager select.

    RenderMode

    Changes the rendering mode for rotator.

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

    The render mode.

    SwipeDown

    Event triggers when the swipeDown happens in the Rotator.

    Declaration
    [JsonProperty("swipeDown")]
    public string SwipeDown { get; set; }
    Property Value
    Type Description
    System.String

    The swipeDown.

    SwipeLeft

    Event triggers when the swipeLeft happens.

    Declaration
    [JsonProperty("swipeLeft")]
    public string SwipeLeft { get; set; }
    Property Value
    Type Description
    System.String

    The swipeLeft.

    SwipeRight

    Event triggers when the swipeRight happens in the Rotator.

    Declaration
    [JsonProperty("swipeRight")]
    public string SwipeRight { get; set; }
    Property Value
    Type Description
    System.String

    The swipeRight.

    SwipeUp

    Event triggers when the swipeUp happens in the Rotator.

    Declaration
    [JsonProperty("swipeUp")]
    public string SwipeUp { get; set; }
    Property Value
    Type Description
    System.String

    The swipeUp.

    TargetHeight

    Specifies the targetHeight on initialization.

    Declaration
    [JsonProperty("targetHeight")]
    public string TargetHeight { get; set; }
    Property Value
    Type Description
    System.String

    true if [targetHeight]; otherwise, false.

    TargetId

    Specifies the targetId to the content.

    Declaration
    [JsonProperty("targetId")]
    public string TargetId { get; set; }
    Property Value
    Type Description
    System.String

    The targetId value.

    TargetWidth

    Specifies the targetWidth on initialization.

    Declaration
    [JsonProperty("targetWidth")]
    public string TargetWidth { get; set; }
    Property Value
    Type Description
    System.String

    true if [targetWidth]; otherwise, false.

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