Table of Contents

Class ExcelDrawingBlurEffect

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

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

public class ExcelDrawingBlurEffect : ExcelDrawingEffectBase
Inheritance
ExcelDrawingBlurEffect
Inherited Members

Properties

GrowBounds

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

public bool GrowBounds { get; set; }

Property Value

bool

Radius

The radius of blur in points

public double? Radius { get; set; }

Property Value

double?