Table of Contents

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

layerName string

Layer name.

Property Value

Layer

Methods

AddNew()

Adds a new layer to the collection.

public Layer AddNew()

Returns

Layer

The newly added Layer.

GetLayer(string)

Retrieves a layer by name.

protected Layer GetLayer(string layerName)

Parameters

layerName string

The name of the layer to find.

Returns

Layer

The matching Layer or null if not found.