Class ExcelDrawingGradientFillLinearSettings
Settings specific for linear gradiant fills
Inheritance
System.Object
ExcelDrawingGradientFillLinearSettings
Inherited Members
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.Drawing.Style.Fill
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingGradientFillLinearSettings
Properties
Angel
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 Angel { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Scaled
If the gradient angle scales with the fill.
Declaration
public bool Scaled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |