Class Gradient
Represents a gradient fill.
Inheritance
System.Object
Gradient
Namespace: IronWord.Models
Assembly: IronWord.dll
Syntax
public class Gradient : Object
Constructors
Gradient()
Declaration
public Gradient()
Fields
DefaultGray
Declaration
public static Gradient DefaultGray
Field Value
| Type | Description |
|---|---|
| Gradient |
Properties
LinearShadeAngle
Gets or sets the angle of the linear shade.
Declaration
public Nullable<double> LinearShadeAngle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
LinearShadeScaled
Gets or sets a value indicating whether the linear shade is scaled.
Declaration
public Nullable<bool> LinearShadeScaled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
StopPoints
Gets or sets the list of gradient stops defining the gradient fill.
Declaration
public List<GradientStop> StopPoints { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GradientStop> |