Click or drag to resize

GraphExportOptionsGetBrushOrDefaultBrush Method

Gets the configured background brush or the default brush if none is configured.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX? GetBrushOrDefaultBrush()

Return Value

BrushX
The configured or default brush.
See Also