Class RotatorFields
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.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 |