menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class RotatorFields

    Inheritance
    System.Object
    EJTagHelper
    RotatorFields
    Inherited Members
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class RotatorFields : EJTagHelper

    Constructors

    RotatorFields()

    Declaration
    public RotatorFields()

    Properties

    LinkAttribute

    Specifies a link for the image.

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

    TargetAttribute

    Specifies where to open a given link.

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

    Text

    Specifies a caption for the image.

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

    ThumbnailText

    Specifies a caption for the thumbnail image.

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

    ThumbnailUrl

    Specifies the URL for an thumbnail image.

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

    Url

    Specifies the URL for an image.

    Declaration
    [JsonProperty("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved