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
Nullable<Double>
In this article
Back to top Generated by DocFX