GradientFormat

Overview

GradientFormat is a class in Aspose.Slides FOSS for .NET. Inherits from: IGradientFormat.

Represents a gradient format.

Properties

NameTypeAccessDescription
TileFlipTileFlipRead/WriteGets or sets the flip mode applied to tiled gradients
GradientDirectionGradientDirectionRead/WriteGets or sets the direction of the gradient fill
GradientShapeGradientShapeRead/WriteGets or sets the shape type of the gradient (e.g., linear, radial)
GradientStopsIGradientStopCollectionReadProvides the collection of gradient stop definitions
LinearGradientAnglefloatRead/WriteGets or sets the angle, in degrees, of a linear gradient
LinearGradientScaledNullableBoolRead/WriteGets or sets whether the linear gradient is scaled to the shape bounds

See Also