asposecells.api
Class GlowEffect

This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.

Property Getters/Setters Summary
methodgetColor()
methodsetColor(value)
           Gets the color of the glow effect.
methodgetRadius()
methodsetRadius(value)
           Gets and sets the radius of the glow, in unit of points.
methodgetSize()
methodsetSize(value)
           Gets and sets the radius of the glow, in unit of points.
methodgetTransparency()
methodsetTransparency(value)
           Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
 

Property Getters/Setters Detail

getColor/setColor : CellsColor 

CellsColor getColor() / setColor(value)
Gets the color of the glow effect.

getRadius/setRadius : float 

float getRadius() / setRadius(value)
Gets and sets the radius of the glow, in unit of points. NOTE: This member is now obsolete. Instead, please use GlowEffect.Size property. This property will be removed 6 months later since September 2016. Aspose apologizes for any inconvenience you may have experienced.

getSize/setSize : float 

float getSize() / setSize(value)
Gets and sets the radius of the glow, in unit of points.

getTransparency/setTransparency : float 

float getTransparency() / setTransparency(value)
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.