Spread for ASP.NET 10 Product Documentation
TagCloudItem Constructor(String,Double,String,String,Object)


Text of the item
Weight of the item
Address of the HTML anchor
String of the title of the HTML anchor
Data of the item
Creates a new item in the tag cloud with the specified parameters and data.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal weight As Double, _
   ByVal href As String, _
   ByVal title As String, _
   ByVal itemData As Object _
)
'Usage
 
Dim text As String
Dim weight As Double
Dim href As String
Dim title As String
Dim itemData As Object
 
Dim instance As New TagCloudItem(text, weight, href, title, itemData)
public TagCloudItem( 
   string text,
   double weight,
   string href,
   string title,
   object itemData
)

Parameters

text
Text of the item
weight
Weight of the item
href
Address of the HTML anchor
title
String of the title of the HTML anchor
itemData
Data of the item
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

TagCloudItem Class
TagCloudItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.