Show / Hide Table of Contents

Class ExcelDrawingFill

Fill properties for drawing objects

Inheritance
System.Object
XmlHelper
ExcelDrawingFill
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Drawing
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelDrawingFill : XmlHelper

Properties

Color

Fill color for solid fills

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

Style

Fill style

Declaration
public eFillStyle Style { get; set; }
Property Value
Type Description
eFillStyle

Transparancy

Transparancy in percent

Declaration
public int Transparancy { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX