Show / Hide Table of Contents

Class ExcelDrawingSolidFill

A solid fill.

Inheritance
System.Object
ExcelDrawingFillBase
ExcelDrawingSolidFill
Inherited Members
ExcelDrawingFillBase.CheckTypeChange(String)
ExcelDrawingFillBase._xml
ExcelDrawingFillBase._topNode
ExcelDrawingFillBase._nsm
ExcelDrawingFillBase._fillPath
ExcelDrawingFillBase.InitXml(XmlNamespaceManager, XmlNode, String)
ExcelDrawingFillBase.CreateXmlHelper()
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.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingSolidFill : ExcelDrawingFillBase

Properties

Color

The color of the fill

Declaration
public ExcelDrawingColorManager Color { get; }
Property Value
Type Description
ExcelDrawingColorManager

Style

The fill style

Declaration
public override eFillStyle Style { get; }
Property Value
Type Description
eFillStyle
Overrides
ExcelDrawingFillBase.Style
Back to top Generated by DocFX