IGradientFormat

IGradientFormat

Overview

IGradientFormat is a interface in Aspose.Slides FOSS for .NET. Inherits from: IFillParamSource.

Represents gradient fill formatting properties.

Properties: GradientDirection, GradientShape, GradientStops, LinearGradientAngle, LinearGradientScaled, TileFlip.

Properties

NameTypeAccessDescription
TileFlipTileFlipRead/WriteGets or sets the tile flip mode.
GradientDirectionGradientDirectionRead/WriteGets or sets the gradient direction.
GradientShapeGradientShapeRead/WriteGets or sets the gradient shape.
GradientStopsIGradientStopCollectionReadGets the collection of gradient stops.
LinearGradientAnglefloatRead/WriteGets or sets the linear gradient angle in degrees.
LinearGradientScaledNullableBoolRead/WriteGets or sets whether the linear gradient is scaled.

See Also