Click or drag to resize

TextDocumentViewOptionsIsOutlineWindowVisible Property

Gets or sets a value indicating whether the outline window is visible.

Namespace: Altaxo.Text.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool? IsOutlineWindowVisible { get; set; }

Property Value

NullableBoolean
A value indicating whether the outline window is visible.
See Also