[]
Creates a new tag cloud cell.
public TagCloudCellType()
Public Sub New()
Creates a new tag cloud cell with the specified items, weights, and hrefs.
public TagCloudCellType(string[] items, string[] weights, string[] hrefs)
Public Sub New(items As String(), weights As String(), hrefs As String())
| Type | Name | Description |
|---|---|---|
| string[] | items | Items for the cloud specified in a string array |
| string[] | weights | Weights for the cloud items specified in a string array |
| string[] | hrefs | HTML anchors for the cloud items specified in a string array |
Creates a new tag cloud cell with the specified items and weights.
public TagCloudCellType(string[] items, string[] weights)
Public Sub New(items As String(), weights As String())
| Type | Name | Description |
|---|---|---|
| string[] | items | Items for the cloud specified in a string array |
| string[] | weights | Weights for the cloud items specified in a string array |