GradientStop Class

Represents the gradient stop.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramGradientStop

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class GradientStop

The GradientStop type exposes the following members.

Constructors
  NameDescription
Public methodGradientStop
Initializes a new instance of the GradientStop class
Properties
  NameDescription
Public propertyColor
Gets the color of this gradient stop.
Public propertyPosition
The position of the stop.
Public propertyTransparency
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also