GradientFormat

Overview

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

Represents a gradient format.

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

Properties

NameTypeAccessDescription
TileFlipTileFlipRead/WriteGets or sets the tile flip.
GradientDirectionGradientDirectionRead/WriteGets or sets the gradient direction.
GradientShapeGradientShapeRead/WriteGets or sets the gradient shape.
GradientStopsIGradientStopCollectionReadGets the gradient stops.
LinearGradientAnglefloatRead/WriteGets or sets the linear gradient angle.
LinearGradientScaledNullableBoolRead/WriteGets or sets the linear gradient scaled.

See Also