Version

XamTagCloud Class

XamTagCloud is a control that allows a list of objects to be displayed in a cloud-like fashion where weight can be assigned to the object based on their frequency of occurrence. Objects are scaled according to their weight so that words with greater weight will normally be displayed at a larger size; objects with less weight will be displayed at a smaller size with. A XamTagCloudItem can contain any content so it's not simply limited to displaying text tags.
Syntax
'Declaration
 
Public Class XamTagCloud 
   Inherits System.Windows.Controls.ItemsControl
   Implements Infragistics.IProvidePropertyPersistenceSettings 
public class XamTagCloud : System.Windows.Controls.ItemsControl, Infragistics.IProvidePropertyPersistenceSettings  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also