Class TagCloudFields
Represents the TagCloud UI element.
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 TagCloudFields : EJTagHelper
Constructors
TagCloudFields()
Declaration
public TagCloudFields()
Properties
Frequency
Gets or sets the frequency number to categorize the font size.
Declaration
[JsonProperty("frequency")]
public string Frequency { get; set; }
Property Value
Type | Description |
---|---|
System.String |
|
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Url
Gets or sets the URL link to navigate while click the tag.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The url. |