Table of Contents

Property Name

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Name

Gets the name of this Color.

public string Name { get; }

Property Value

string

The name of this Color.

Remarks

This method returns either the user-defined name of the color, if the color was created from a name, or the name of the known color. For custom colors, the RGB value is returned.