Click or drag to resize

GraphViewLayoutIsAutoZoomActive Property

Gets a value indicating whether auto zoom is active for the view.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsAutoZoomActive { get; }

Property Value

Boolean
Is true if auto zoom is active; otherwise, false.
See Also