RadControls for Silverlight

Defines a collection of objects.

Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public sealed class LayoutStrategyCollection : DependencyObjectCollection<LayoutStrategyBase>
Visual Basic
Public NotInheritable Class LayoutStrategyCollection _
	Inherits DependencyObjectCollection(Of LayoutStrategyBase)

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    DependencyObjectCollection<(Of <(<'LayoutStrategyBase>)>)>
      Telerik.Windows.Controls.TreeMap..::..LayoutStrategyCollection

See Also