Class ExcelDrawingSystemColor
Represents a system color
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Coloring
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSystemColor : XmlHelper
Properties
Color
The system color
Declaration
public eSystemColor Color { get; set; }
Property Value
Type | Description |
---|---|
eSystemColor |
LastColor
Last color computed.
Declaration
public Color LastColor { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |