Click or drag to resize

GraphDocumentGetDefaultForeColor Method

Gets the default foreground color using the specified property context.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static NamedColor GetDefaultForeColor(
	IReadOnlyPropertyBag context
)

Parameters

context  IReadOnlyPropertyBag
The property context.

Return Value

NamedColor
The default foreground color.
See Also