Click or drag to resize

StyleListControllerTManager, TList, TItemToDisplayName(TItem) Method

Converts a style item to the display text shown in the UI.

Namespace: Altaxo.Gui.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual string ToDisplayName(
	TItem item
)

Parameters

item  TItem
The style item.

Return Value

String
The display text.
See Also