Class Gradient
Inheritance
System.Object
Gradient
Assembly: IronWord.dll
Syntax
public class Gradient : Object
Constructors
Gradient()
Declaration
Fields
DefaultGray
Declaration
public static Gradient DefaultGray
Field Value
Properties
LinearShadeAngle
Declaration
public Nullable<double> LinearShadeAngle { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
LinearShadeScaled
Declaration
public Nullable<bool> LinearShadeScaled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
StopPoints
Declaration
public List<GradientStop> StopPoints { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<GradientStop> |
|