Table of Contents

Class ExcelDrawingGlowEffect

Namespace
OfficeOpenXml.Drawing.Style.Effect
Assembly
EPPlus.dll

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

public class ExcelDrawingGlowEffect : ExcelDrawingEffectBase
Inheritance
ExcelDrawingGlowEffect
Inherited Members

Properties

Color

The color of the glow

public ExcelDrawingColorManager Color { get; }

Property Value

ExcelDrawingColorManager

Radius

The radius of the glow in pixels

public double? Radius { get; set; }

Property Value

double?