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