Click or drag to resize

StyleListControllerTManager, TList, TItemToDisplayName(Type) Method

Converts a style item type 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(
	Type item
)

Parameters

item  Type
The style item type.

Return Value

String
The display text.
See Also