IStyleListTWithName Method |
Returns a copy of the style list with a different name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxIStyleList<T> WithName(
string name
)
Parameters
- name String
- The new list name.
Return Value
IStyleListTA style list with the updated name.
See Also