Show / Hide Table of Contents

Class ExcelDrawingColorChangeEffect

A color change effect

Inheritance
Object
XmlHelper
ExcelDrawingColorChangeEffect
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 ExcelDrawingColorChangeEffect : XmlHelper

Properties

ColorFrom

The color to transform from

Declaration
public ExcelDrawingColorManager ColorFrom { get; }
Property Value
Type Description
ExcelDrawingColorManager

ColorTo

The color to transform to

Declaration
public ExcelDrawingColorManager ColorTo { get; }
Property Value
Type Description
ExcelDrawingColorManager
In this article
Back to top Generated by DocFX