Enum Color.StateFlags
Enumerates color value state flags.
[Flags]
public enum Color.StateFlags : short
Fields
KnownColorValid = 1KnownColor property is specified and valid.
NameAndKnownColorValid = KnownColorValid | NameValidRepresents a combination of flags indicating that both the color name and the known color value are valid.
NameValid = 4Name property is valid.
None = 0Represents the absence of any specific options or flags.
ValueValid = 2Value property is valid.