Show / Hide Table of Contents

Class ExcelDrawingGlowEffect

The glow effect, in which a color blurred outline is added outside the edges of the drawing

Inheritance
object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingGlowEffect
Inherited Members
ExcelDrawingEffectBase.Delete()
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 ExcelDrawingGlowEffect : ExcelDrawingEffectBase

Properties

Color

The color of the glow

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

Radius

The radius of the glow in pixels

Declaration
public double? Radius { get; set; }
Property Value
Type Description
double?
In this article
Back to top Generated by DocFX