Click or drag to resize

GraphControllerActiveLayer Property

Returns the currently active layer. There is always an active layer.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public HostLayer ActiveLayer { get; set; }

Property Value

HostLayer

Implements

IGraphControllerActiveLayer
IGraphViewEventSinkActiveLayer
See Also