Click or drag to resize

GUIFactoryServiceGetDescription Method

Retrieves the description of the enumeration value value.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetDescription(
	Enum value
)

Parameters

value  Enum
The enumeration value.

Return Value

String
The description of this value. If no description is available, the ToString() method is used to return the name of the value.
See Also