Click or drag to resize

GraphExportOptionsGetDefaultBrush Method

Gets the default background brush for the configured export format.

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

Return Value

BrushX
The default background brush, or null.
See Also