Show / Hide Table of Contents

Class ExcelDrawingGradientFillLinearSettings

Settings specific for linear gradiant fills

Inheritance
object
ExcelDrawingGradientFillLinearSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingGradientFillLinearSettings

Properties

Angle

The direction of color change for the gradient.To define this angle, let its value be x measured clockwise.Then( -sin x, cos x) is a vector parallel to the line of constant color in the gradient fill.

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

Scaled

If the gradient angle scales with the fill.

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