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
System.Object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingGlowEffect
Inherited Members
ExcelDrawingEffectBase.Delete()
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 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
System.Nullable<System.Double>
Back to top Generated by DocFX