[]
Represents an item in the tag cloud.
public class TagCloudItem
Public Class TagCloudItem
| Name | Description |
|---|---|
| TagCloudItem() | Creates a new item in the tag cloud with default values. |
| TagCloudItem(string, double) | Creates a new item in the tag cloud with specified text and weight. |
| TagCloudItem(string, double, string) | Creates a new item in the tag cloud with specified text, weight, and anchor. |
| TagCloudItem(string, double, string, string) | Creates a new item in the tag cloud with the specified parameters. |
| TagCloudItem(string, double, string, string, object) | Creates a new item in the tag cloud with the specified parameters and data. |
| TagCloudItem(string, double, string, string, object, string) | Creates a new item in the tag cloud with the specified parameters, data, and display text. |
| Name | Description |
|---|---|
| DisplayText | Gets or sets the text displayed for individual hyperlinks. |
| Href | Get or sets the address of the HTML anchor. |
| ItemData | Gets or sets the User-defined data associated with each item. |
| Text | Gets or sets the text for individual hyperlinks. |
| Title | Gets or sets the title (tooltip) of the HTML anchor. |
| Weight | Gets or sets the weight of the item. |