Defines a collection of objects.
Namespace: Telerik.Windows.Controls.TreeMapAssembly: 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
See Also