Class GlowEffect

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

objectGlowEffect

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

CellsColor

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

double

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

double

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; }

Property Value

double