CloudControlItem Constructors
Represents a tag cloud item.| Name | Parameters | Description |
|---|---|---|
| CloudControlItem() | none | Initializes a new instance of the CloudControlItem class with default settings. |
| CloudControlItem(String, Double, String, String) | text, value, url, name | Initializes a new instance of the CloudControlItem class with the specified settings. |
| CloudControlItem(String, Double, String) | text, value, url | Initializes a new instance of the CloudControlItem class with the specified settings. |
| CloudControlItem(String, Double) | text, value | Initializes a new instance of the CloudControlItem class with the specified text and value. |
See Also