Click or drag to resize

LayerBackground(IBackgroundStyle) Constructor

Initializes a new instance of the LayerBackground class with the specified background style.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public LayerBackground(
	IBackgroundStyle style
)

Parameters

style  IBackgroundStyle
The background style.
See Also