Click or drag to resize

IGuiFactoryServiceGetUserFriendlyName Method

Gets a user-friendly name for the specified enumeration value.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
string GetUserFriendlyName(
	Enum value
)

Parameters

value  Enum
The enumeration value.

Return Value

String
A user-friendly name.
See Also