GlowFormat

Overview

GlowFormat is a class in Aspose.Words FOSS for .NET.

Represents the glow formatting for an object.

This class provides 1 method for working with GlowFormat objects in .NET programs. Available methods include: Remove. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Color, Radius, Transparency.

Properties

NameTypeAccessDescription
ColorColorRead/WriteGets or sets a Color object that represents the color for a glow effect.
TransparencydoubleRead/WriteGets or sets the degree of transparency for the glow effect as a value between 0.0 (opaque) and 1.0 (clear).
RadiusdoubleRead/WriteGets or sets a double value that represents the length of the radius for a glow effect in points (pt).

Methods

SignatureDescription
Remove()Removes GlowFormat from the parent object.

See Also