asposediagram.api

Class GradientStop

Represents the gradient stop.

Constructor Summary
 
Property Getters/Setters Summary
methodgetColor()
method
setColor(value)
           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).
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • GradientStop

        GradientStop()
    • Property Getters/Setters Detail

      • getPosition/setPosition : DoubleValue 

        DoubleValue getPosition() / setPosition(value)
        
        The position of the stop.
      • getColor/setColor : ColorValue 

        ColorValue getColor() / setColor(value)
        
        Gets the color of this gradient stop.
      • getTransparency/setTransparency : DoubleValue 

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

      • deepClone

        Object deepClone()
        Creates deep copy of this instance.
        Returns: