Show / Hide Table of Contents

Class ExcelGradientFillXml

Xml access class for gradient fillsde

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelFillXml
ExcelGradientFillXml
Inherited Members
ExcelFillXml.PatternType
ExcelFillXml.PatternColor
ExcelFillXml.BackgroundColor
StyleXmlHelper.GetBoolValue(XmlNode, String)
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
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.Style.XmlAccess
Assembly: EPPlus.dll
Syntax
public sealed class ExcelGradientFillXml : ExcelFillXml

Properties

Bottom

Percentage format bottom

Declaration
public double Bottom { get; }
Property Value
Type Description
System.Double

Degree

Angle of the linear gradient

Declaration
public double Degree { get; }
Property Value
Type Description
System.Double

GradientColor1

Gradient color 1

Declaration
public ExcelColorXml GradientColor1 { get; }
Property Value
Type Description
ExcelColorXml

GradientColor2

Gradient color 2

Declaration
public ExcelColorXml GradientColor2 { get; }
Property Value
Type Description
ExcelColorXml

Left

Percentage format left

Declaration
public double Left { get; }
Property Value
Type Description
System.Double

Right

Percentage format right

Declaration
public double Right { get; }
Property Value
Type Description
System.Double

Top

Percentage format top

Declaration
public double Top { get; }
Property Value
Type Description
System.Double

Type

Type of gradient fill.

Declaration
public ExcelFillGradientType Type { get; }
Property Value
Type Description
ExcelFillGradientType
Back to top Generated by DocFX