TextDocumentViewOptionsOutlineWindowRelativeWidth Property |
Gets or sets the relative width of the outline window. A value of
NaN
is indicating that the width of the outline window is set automatically.
Namespace: Altaxo.Text.GuiModelsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double? OutlineWindowRelativeWidth { get; set; }
Property Value
NullableDouble
The width of the outline window relative.
See Also