Class ColorDefinition
public class ColorDefinition : IDirectResponseSchema
- Inheritance
-
ColorDefinition
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ColorDefinition()
public ColorDefinition()
Properties
Background
The background color associated with this color definition.
public virtual string Background { get; set; }
Property Value
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Foreground
The foreground color that can be used to write on top of a background with 'background' color.
public virtual string Foreground { get; set; }