Class ExcelDrawingInnerShadowEffect
The inner shadow effect. A shadow is applied within the edges of the drawing.
Inheritance
System.Object
    
    
    
    
    ExcelDrawingInnerShadowEffect
      
  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 ExcelDrawingInnerShadowEffect : ExcelDrawingShadowEffect
  Properties
BlurRadius
The blur radius.
Declaration
public double? BlurRadius { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> |