Class GlowEffect
Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)
This class specifies a glow effect, in which a color blurred outline is added outside the edges of the object.
public class GlowEffect
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Color
Gets the color of the glow effect.
public CellsColor Color { get; set; }
Property Value
Radius
Gets and sets the radius of the glow, in unit of points.
[Obsolete("Use GlowEffect.Size property instead.")]
public double Radius { get; set; }
Property Value
Remarks
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.
Size
Gets and sets the radius of the glow, in unit of points.
public double Size { get; set; }
Property Value
Transparency
Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).
public double Transparency { get; set; }