Class ExcelDrawingBlurEffect
A blur effect that is applied to the shape, including its fill
Inherited Members
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? |