Class Controls
A collection of Controls.
public class Controls : AvaloniaList<Control>, IAvaloniaList<Control>, IList<Control>, ICollection<Control>, IAvaloniaReadOnlyList<Control>, IReadOnlyList<Control>, IReadOnlyCollection<Control>, IEnumerable<Control>, INotifyCollectionChanged, INotifyPropertyChanged, IList, ICollection, IEnumerable
- Inheritance
-
Controls
- Implements
- Inherited Members
Constructors
Controls()
Initializes a new instance of the Controls class.
public Controls()
Controls(IEnumerable<Control>)
Initializes a new instance of the Controls class.
public Controls(IEnumerable<Control> items)
Parameters
items
IEnumerable<Control>The initial items in the collection.