TextDocumentViewOptionsIsOutlineWindowVisible Property |
Gets or sets a value indicating whether the outline window is visible.
Namespace: Altaxo.Text.GuiModelsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool? IsOutlineWindowVisible { get; set; }
Property Value
NullableBoolean
A value indicating whether the outline window is visible.
See Also