The following tables list the members exposed by LayerDrawingOptionsCollection.
Name | Description | |
---|---|---|
LayerDrawingOptionsCollection Constructor |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) | |
Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) |
Name | Description | |
---|---|---|
Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) |
Top
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<LayerDrawingOptions>) | |
OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<LayerDrawingOptions>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<LayerDrawingOptions>) |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from System.Collections.ObjectModel.ObservableCollection<LayerDrawingOptions>) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from System.Collections.ObjectModel.ObservableCollection<LayerDrawingOptions>) |