ColumnStyleGetDefaultTextFont Method |
Gets the default text font for the specified style type.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static FontX GetDefaultTextFont(
ColumnStyleType type
)
Parameters
- type ColumnStyleType
- The column style type.
Return Value
FontXThe default text font.
See Also