[]
Defines collection of plot areas
public class PlotAreaCollection : ObservableCollection<PlotArea>, IList<PlotArea>, ICollection<PlotArea>, IList, ICollection, IReadOnlyList<PlotArea>, IReadOnlyCollection<PlotArea>, IEnumerable<PlotArea>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class PlotAreaCollection
Inherits ObservableCollection(Of PlotArea)
Implements IList(Of PlotArea), ICollection(Of PlotArea), IList, ICollection, IReadOnlyList(Of PlotArea), IReadOnlyCollection(Of PlotArea), IEnumerable(Of PlotArea), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| ColumnDefinitions | Gets the collection of column definitions. |
| RowDefinitions | Gets the collection of row definitions. |