Show / Hide Table of Contents

Class ExcelDrawingFill

Fill properties for drawing objects

Inheritance
System.Object
XmlHelper
ExcelDrawingFillBasic
ExcelDrawingFill
Implements
System.IDisposable
Inherited Members
ExcelDrawingFillBasic._fillPath
ExcelDrawingFillBasic._fillNode
ExcelDrawingFillBasic._drawing
ExcelDrawingFillBasic._fillTypeNode
ExcelDrawingFillBasic.Style
ExcelDrawingFillBasic.Color
ExcelDrawingFillBasic.SolidFill
ExcelDrawingFillBasic.GradientFill
ExcelDrawingFillBasic.Transparancy
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
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFill : ExcelDrawingFillBasic, IDisposable

Properties

BlipFill

Reference gradient fill properties This property is only accessable when Type is set to BlipFill

Declaration
public ExcelDrawingBlipFill BlipFill { get; }
Property Value
Type Description
ExcelDrawingBlipFill

PatternFill

Reference pattern fill properties This property is only accessable when Type is set to PatternFill

Declaration
public ExcelDrawingPatternFill PatternFill { get; }
Property Value
Type Description
ExcelDrawingPatternFill

Methods

Dispose()

Disposes the object

Declaration
public void Dispose()

LoadFill()

Load the fill from the xml

Declaration
protected override void LoadFill()
Overrides
ExcelDrawingFillBasic.LoadFill()

Implements

System.IDisposable
Back to top Generated by DocFX