Click or drag to resize

ColumnStyleGetDefaultBackgroundBrush Method

Gets the default background brush for the specified style type.

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static BrushX GetDefaultBackgroundBrush(
	ColumnStyleType type
)

Parameters

type  ColumnStyleType
The column style type.

Return Value

BrushX
The default background brush.
See Also