Class UIElementsRecycler<T>
Contains utility methods to add and remove elements inside a panel.
Inheritance
System.Object
UIElementsRecycler<T>
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class UIElementsRecycler<T> : Object, IEnumerable<T>, IEnumerable where T : FrameworkElement
Type Parameters
Name | Description |
---|---|
T | The FrameworkElement. |
Constructors
UIElementsRecycler()
Initializes a new instance of the UIElementsRecycler<T> class.
Declaration
public UIElementsRecycler()
UIElementsRecycler(Panel)
Initializes a new instance of the UIElementsRecycler<T> class.
Declaration
public UIElementsRecycler(Panel panel)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Controls.Panel | panel | The panel. |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<T> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<T> | A System.Collections.Generic.IEnumerator<> that can be used to iterate through the collection. |
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable