Click or drag to resize

GradientFillFormat Class

Represent a gradient format.
Inheritance Hierarchy
System Object
Spire.Presentation.Drawing GradientFillFormat

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public sealed class GradientFillFormat : IActiveSlide, 
	IActivePresentation

The GradientFillFormat type exposes the following members.

Properties
Name Description
Public property GradientShape
Gets or sets the shape of a gradient. Read/write GradientShape .
Public property GradientStops
Gets the collection of gradient stops. Read-only GradientStopCollection .
Public property GradientStyle
Gets or sets the style of a gradient. Read/write GradientStyle .
Public property LinearGradientFill
Public property TileFlip
Gets or sets the flipping mode for a gradient. Read/write TileFlip .
Public property TileRectangle
Top
Methods
Name Description
Public method Equals
Indicates whether the two GradientFormat instances are equal.
(Overrides Object Equals(Object) .)
Public method GetHashCode (Overrides Object GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also