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


Text of the item
Weight of the item
Creates a new item in the tag cloud with specified text and weight.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal weight As Double _
)
'Usage
 
Dim text As String
Dim weight As Double
 
Dim instance As New TagCloudItem(text, weight)
public TagCloudItem( 
   string text,
   double weight
)

Parameters

text
Text of the item
weight
Weight of the item
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TagCloudItem Class
TagCloudItem Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.