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
Boolean
In this article
Back to top Generated by DocFX