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