G2DPlotStyleCollectionTemplatesGetTemplate(String, IReadOnlyPropertyBag) Method |
Gets the template with the specified name.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static G2DPlotStyleCollection? GetTemplate(
string name,
IReadOnlyPropertyBag context
)
Parameters
- name String
- The template name.
- context IReadOnlyPropertyBag
- The property context.
Return Value
G2DPlotStyleCollectionThe template collection, or
if no template exists.
See Also