asposecells.api

Class GradientStop

Represents the gradient stop.

Property Getters/Setters Summary
methodgetCellsColor()
Gets the color of this gradient stop.
methodgetPosition()
method
           The position of the stop.
methodgetTransparency()
method
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 

    • Property Getters/Setters Detail

      • getPosition/setPosition : float 

        float getPosition() / setPosition(value)
        
        The position of the stop.
      • getTransparency/setTransparency : float 

        float getTransparency() / setTransparency(value)
        
        Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).