ColumnStyleGetDefaultBackgroundBrush Method |
Gets the default background brush for the specified style type.
Namespace: Altaxo.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static BrushX GetDefaultBackgroundBrush(
ColumnStyleType type
)
Parameters
- type ColumnStyleType
- The column style type.
Return Value
BrushXThe default background brush.
See Also