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
Boolean

Radius

The radius of blur in points

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