Click or drag to resize

ColumnStyleGetDefaultTextBrush Method

Gets the default text 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 GetDefaultTextBrush(
	ColumnStyleType type
)

Parameters

type  ColumnStyleType
The column style type.

Return Value

BrushX
The default text brush.
See Also