Table of Contents

Enum Color.StateFlags

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

Enumerates color value state flags.

[Flags]
public enum Color.StateFlags : short

Fields

KnownColorValid = 1

KnownColor property is specified and valid.

NameAndKnownColorValid = KnownColorValid | NameValid

Represents a combination of flags indicating that both the color name and the known color value are valid.

NameValid = 4

Name property is valid.

None = 0

Represents the absence of any specific options or flags.

ValueValid = 2

Value property is valid.