Class ItemColorData
Namespace: Aurigma.DesignAtoms.Controllers.Data
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemColorData
Inheritance: System.Object -> ItemColorData
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ItemColorData
public ItemColorData()
Properties
Id
public string Id { get; set; }
Color
public Color Color { get; set; }
Fill
public Color Fill { get; set; }
Border
public Color Border { get; set; }
AltBorder
public Color AltBorder { get; set; }
AltColor
public Color AltColor { get; set; }
Text
public string Text { get; set; }
Stroke
public Color Stroke { get; set; }
Shadow
public Color Shadow { get; set; }
VerticalLineColor
public Color VerticalLineColor { get; set; }
HorizontalLineColor
public Color HorizontalLineColor { get; set; }