Show / Hide Table of Contents

Class ExcelVmlDrawingFill

Fill settings for a vml drawing

Inheritance
Object
XmlHelper
ExcelVmlDrawingFill
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingFill : XmlHelper

Properties

Color

The primary color used for filling the drawing.

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

GradientSettings

Gradient specific settings used when Style is set to Gradient or GradientRadial.

Declaration
public ExcelVmlDrawingGradientFill GradientSettings { get; }
Property Value
Type Description
ExcelVmlDrawingGradientFill

Opacity

Opacity for fill color 1. Spans 0-100%. Transparency is is 100-Opacity

Declaration
public double Opacity { get; set; }
Property Value
Type Description
Double

PatternPictureSettings

Image and pattern specific settings used when Style is set to Pattern, Tile or Frame.

Declaration
public ExcelVmlDrawingPictureFill PatternPictureSettings { get; }
Property Value
Type Description
ExcelVmlDrawingPictureFill

Recolor

Recolor with picture

Declaration
public bool Recolor { get; set; }
Property Value
Type Description
Boolean

Rotate

Rotate fill with shape

Declaration
public bool Rotate { get; set; }
Property Value
Type Description
Boolean

SecondColor

Fill color 2.

Declaration
public ExcelVmlDrawingColor SecondColor { get; }
Property Value
Type Description
ExcelVmlDrawingColor

SecondColorOpacity

Opacity for fill color 2. Spans 0-100% Transparency is is 100-Opacity

Declaration
public double SecondColorOpacity { get; set; }
Property Value
Type Description
Double

Style

The type of fill used in the vml drawing

Declaration
public eVmlFillType Style { get; set; }
Property Value
Type Description
eVmlFillType
In this article
Back to top Generated by DocFX