Class ExcelDrawingDuotoneEffect
A Duotune effect
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Effect
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingDuotoneEffect : XmlHelper
Properties
Color1
The first color
Declaration
public ExcelDrawingColorManager Color1 { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |
Color2
The second color
Declaration
public ExcelDrawingColorManager Color2 { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingColorManager |