asposecells.api
Class ShadowEffect

This class specifies the shadow effect of the chart element or shape.

Property Getters/Setters Summary
methodgetAngle()
methodsetAngle(value)
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
methodgetBlur()
methodsetBlur(value)
           Gets and sets the blur of the shadow. Range from 0 to 100 points.
methodgetColor()
methodsetColor(value)
           Gets and sets the color of the shadow.
methodgetDistance()
methodsetDistance(value)
           Gets and sets the distance of the shadow. Range from 0 to 200 points.
methodgetPresetType()
methodsetPresetType(value)
           Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.
methodgetSize()
methodsetSize(value)
           Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.
methodgetTransparency()
methodsetTransparency(value)
           Gets and sets the degree of transparency of the shadow. Range from 0.0 (opaque) to 1.0 (clear).
 

Property Getters/Setters Detail

getPresetType/setPresetType : int 

int getPresetType() / setPresetType(value)
Gets and sets the preset shadow type of the shadow. The value of the property is PresetShadowType integer constant.

getColor/setColor : CellsColor 

CellsColor getColor() / setColor(value)
Gets and sets the color of the shadow.

getTransparency/setTransparency : float 

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

getSize/setSize : float 

float getSize() / setSize(value)
Gets and sets the size of the shadow. Range from 0 to 2.0. Meaningless in inner shadow.

getBlur/setBlur : float 

float getBlur() / setBlur(value)
Gets and sets the blur of the shadow. Range from 0 to 100 points.

getAngle/setAngle : float 

float getAngle() / setAngle(value)
Gets and sets the lighting angle. Range from 0 to 359.9 degrees.

getDistance/setDistance : float 

float getDistance() / setDistance(value)
Gets and sets the distance of the shadow. Range from 0 to 200 points.

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