Click or drag to resize

HostLayerSiblingLayers Property

Gets the sibling layers of this layer including this layer itself.

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

Property Value

IObservableListHostLayer
The sibling layers (including this layer). Null is returned if this layer has no parent layer (thus no siblings exist).
See Also