Click or drag to resize

ColumnStyleGetDefaultTextFont Method

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

Parameters

type  ColumnStyleType
The column style type.

Return Value

FontX
The default text font.
See Also