Class ExcelDrawingBlurEffect
A blur effect that is applied to the shape, including its fill
Inherited Members
      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 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 | 
|---|---|
| System.Boolean | 
Radius
The radius of blur in points
Declaration
public double? Radius { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> |