Show / Hide Table of Contents

Class ExcelDrawingBlurEffect

A blur effect that is applied to the shape, including its fill

Inheritance
object
XmlHelper
ExcelDrawingEffectBase
ExcelDrawingBlurEffect
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 ExcelDrawingBlurEffect : ExcelDrawingEffectBase

Properties

GrowBounds

If the bounds of the object will be grown as a result of the blurring. Default is true

Declaration
public bool GrowBounds { get; set; }
Property Value
Type Description
bool

Radius

The radius of blur in points

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