Click or drag to resize

HostLayerLayers Property

Gets the child layers of this layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IList<HostLayer> Layers { get; }

Property Value

IListHostLayer
The child layers.
See Also