menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class TagCloudFields

    Represents the TagCloud UI element.

    Inheritance
    System.Object
    EJTagHelper
    TagCloudFields
    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 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

    true if [frequency]; otherwise, false

    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.

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