Enum KnownSvgColor
Enumerates known svg image color identifiers.
public enum KnownSvgColor
Fields
Disabled = 1Disabled image color.
Error = 2Error image color.
HighlightText = 5Highlight Text color.
Information = 3Information image color.
MaxValue = 5Maximum value in the enumeration.
Normal = 0Normal image color.
Warning = 4Warning image color.