Show / Hide Table of Contents

Class ExcelGradientFillXml

Xml access class for gradient fillsde

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelFillXml
ExcelGradientFillXml
Inherited Members
ExcelFillXml._backgroundColor
ExcelFillXml._fillPatternType
ExcelFillXml._patternColor
ExcelFillXml.BackgroundColor
ExcelFillXml.PatternColor
ExcelFillXml.PatternType
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.Style.XmlAccess
Assembly: Experior.Core.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