Skip to main content

Class ItemColorData

Namespace: Aurigma.DesignAtoms.Controllers.Data
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class ItemColorData

Inheritance: System.Object -> ItemColorData

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.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; }
Was this page helpful?