Click or drag to resize

ITextDocumentControllerEhFractionOfEditorWindowChanged 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#
void EhFractionOfEditorWindowChanged(
	double fractionOfEditor
)

Parameters

fractionOfEditor  Double
The new editor window fraction.
See Also