Click or drag to resize

BackgroundStyleController Constructor

Initializes a new instance of the BackgroundStyleController class.

Namespace: Altaxo.Gui.Graph.Gdi.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BackgroundStyleController(
	IBackgroundStyle? doc
)

Parameters

doc  IBackgroundStyle
The background style to edit.
See Also