Click or drag to resize

ITextDocumentViewIsOutlineWindowVisible Property

Sets a value indicating whether this the outline window is visible.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsOutlineWindowVisible { get; set; }

Property Value

Boolean
true if the outline window is visible; otherwise, false.
See Also