Class ElementPropertiesCollection
A Collection of ElementProperties.
Inheritance
System.Object
ElementPropertiesCollection
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Pivot.dll
Syntax
public class ElementPropertiesCollection : FreezableCollection<ElementProperties>
Constructors
ElementPropertiesCollection()
Declaration
public ElementPropertiesCollection()
Methods
CreateInstanceCore()
Creates new instance of ElementPropertiesCollection.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
New instance of ElementPropertiesCollection. |