HostLayerSiblingLayers Property |
Gets the sibling layers of this layer including this layer itself.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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