GradientStopEffectiveData Class

Immutable object which represents a gradient stop.
Inheritance Hierarchy
SystemObject
  Aspose.SlidesGradientStopEffectiveData

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class GradientStopEffectiveData : IGradientStopEffectiveData

The GradientStopEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyColor
Returns the color of a gradient stop. Read-only Color.
Public propertyPosition
Returns the position (0..1) of a gradient stop. Read-only Single.
Methods
  NameDescription
Public methodEquals
Determines whether the specified GradientStopEffectiveData is equal to the current GradientStopEffectiveData.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also