Click or drag to resize

TextDocumentViewOptionsIsWordWrappingEnabled Property

Indicates if word wrapping is enabled in the editor window. If null, the default global value of Altaxo is used.

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

Property Value

NullableBoolean
See Also