Click or drag to resize

Graph3DControllerActiveLayer Property

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

Namespace: Altaxo.Gui.Graph.Graph3D.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
See Also