ToDisplayNameExists Property
Determines if color display names are supported based on the current thread culture.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public static bool ToDisplayNameExists { get; }
Public Shared ReadOnly Property ToDisplayNameExists As Boolean
Get
static member ToDisplayNameExists : bool with get
Property Value
BooleanRemarks
Only English names are currently supported following known color names. In the future known color names could be localized.