Class ColorInfoAttribute
Attribute used to specify color information
[AttributeUsage(AttributeTargets.Struct)]
public sealed class ColorInfoAttribute : Attribute
- Inheritance
-
ColorInfoAttribute
- Inherited Members
Constructors
ColorInfoAttribute()
The code which is used for color conversion
public ColorInfoAttribute()
Properties
ConversionCodename
The code which is used for color conversion
public string ConversionCodename { get; set; }