Class GlowEffect

GlowEffect class

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

public class GlowEffect

Properties

NameDescription
Color { get; set; }Gets the color of the glow effect.
Radius { get; set; }(Obsolete.) Gets and sets the radius of the glow, in unit of points.
Size { get; set; }Gets and sets the radius of the glow, in unit of points.
Transparency { get; set; }Gets and sets the degree of transparency of the glow effect. Range from 0.0 (opaque) to 1.0 (clear).

See Also