Click or drag to resize

StyleListBaseTWithName Method

Returns a copy of the style list with a different name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IStyleList<T> WithName(
	string name
)

Parameters

name  String
The new list name.

Return Value

IStyleListT
A style list with the updated name.

Implements

IStyleListTWithName(String)
See Also