Appearance
@shbernal/pptxgenjs / index / LinearGradientFillProps
Interface: LinearGradientFillProps
Defined in: core-interfaces.ts:118
Properties
angle?
optionalangle?:number
Defined in: core-interfaces.ts:127
Gradient angle in degrees. Values are normalized into 0-359.999...
Default
ts
0kind
kind:
"linear"
Defined in: core-interfaces.ts:122
Gradient type.
rotateWithShape?
optionalrotateWithShape?:boolean
Defined in: core-interfaces.ts:136
Whether the fill rotates with the shape.
Default
ts
truescaled?
optionalscaled?:boolean
Defined in: core-interfaces.ts:131
Whether the gradient angle scales with the fill region.
stops
stops:
GradientStopProps[]
Defined in: core-interfaces.ts:140
Gradient stops. Stops are serialized in ascending position order.