Click or drag to resize

TextDocumentControllerEhFractionOfEditorWindowChanged Method

Notifies the controller that the editor window fraction changed.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhFractionOfEditorWindowChanged(
	double fractionOfEditor
)

Parameters

fractionOfEditor  Double
The new editor window fraction.

Implements

ITextDocumentControllerEhFractionOfEditorWindowChanged(Double)
See Also