Class CollectionLayers
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Collection of Layer objects providing add, lookup and clone functionality.
public class CollectionLayers : DomCollectionBase<Layer>, IList<Layer>, ICollection<Layer>, IReadOnlyList<Layer>, IReadOnlyCollection<Layer>, IEnumerable<Layer>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
- Inheritance
-
CollectionLayers
- Implements
- Inherited Members
Properties
this[string]
Gets the layer with the specified name or null if not found.
public Layer this[string layerName] { get; }
Parameters
layerNamestringLayer name.
Property Value
Methods
AddNew()
Adds a new layer to the collection.
public Layer AddNew()
Returns
GetLayer(string)
Retrieves a layer by name.
protected Layer GetLayer(string layerName)
Parameters
layerNamestringThe name of the layer to find.