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