Click or drag to resize

BackgroundStyleControllerEhView_BackgroundStyleChanged Method

Called when the selected background style changes.

Namespace: Altaxo.Gui.Graph.Gdi.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void EhView_BackgroundStyleChanged(
	Type? newType
)

Parameters

newType  Type
The newly selected background style type.
See Also