Show / Hide Table of Contents

Class ExcelDrawingDuotoneEffect

A Duotune effect

Inheritance
object
XmlHelper
ExcelDrawingDuotoneEffect
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
In this article
Back to top Generated by DocFX