Show / Hide Table of Contents

Class ExcelDrawingDuotoneEffect

A Duotune effect

Inheritance
System.Object
XmlHelper
ExcelDrawingDuotoneEffect
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.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
Back to top Generated by DocFX