Click or drag to resize

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.GuiModels
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double? OutlineWindowRelativeWidth { get; set; }

Property Value

NullableDouble
The width of the outline window relative.
See Also