Click or drag to resize

TextDocumentControllerEhViewerConfigurationChanged Method

Notifies the controller that the viewer configuration changed.

Namespace: Altaxo.Gui.Text.Viewing
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhViewerConfigurationChanged(
	ViewerConfiguration windowConfiguration
)

Parameters

windowConfiguration  ViewerConfiguration
The new viewer configuration.

Implements

ITextDocumentControllerEhViewerConfigurationChanged(ViewerConfiguration)
See Also