Click or drag to resize

TextDocumentViewOptionsIsSpellCheckingEnabled Property

Indicates if spell checking is enabled in the viewer 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? IsSpellCheckingEnabled { get; set; }

Property Value

NullableBoolean
See Also