GradientStop Class

Represent a gradient format.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class GradientStop : PVIObject, 
	IGradientStop

The GradientStop type exposes the following members.

Properties
  NameDescription
Public propertyColor
Returns the color of a gradient stop. Read-only IColorFormat.
Public propertyPosition
Returns or sets the position (0..1) of a gradient stop. Read/write Single.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also