StyleListControllerTManager, TList, TItemToDisplayName(Type) Method |
Converts a style item type to the display text shown in the UI.
Namespace: Altaxo.Gui.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual string ToDisplayName(
Type item
)
Parameters
- item Type
- The style item type.
Return Value
StringThe display text.
See Also