Interface IGradient
Namespace: IronPPT.Interfaces
Assembly: IronPPT.dll
Syntax
public interface IGradient
Properties
LinearShadeAngle
Declaration
IRotation LinearShadeAngle { get; set; }
Property Value
Type | Description |
---|---|
IRotation |
LinearShadeScaled
Declaration
Nullable<bool> LinearShadeScaled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
StopPoints
Declaration
List<IGradientStop> StopPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IGradientStop> |