Property IsNamedColor
IsNamedColor
Gets a value indicating whether this Color structure is a named color or a member of the KnownColor enumeration.
public bool IsNamedColor { get; }
Property Value
- bool
true
if this Color was created by using either the FromName(string) method or the FromKnownColor(KnownColor) method; otherwise,false
.