Glow

Overview

Glow is a class in Aspose.Slides FOSS for .NET. Inherits from: IGlow.

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

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

Properties

NameTypeAccessDescription
RadiusfloatRead/WriteGets or sets the radius.
ColorIColorFormatReadGets the color.
AsIImageTransformOperationIImageTransformOperationReadGets the as i image transform operation.

Methods

SignatureDescription
Glow()Initializes a new instance of the Glow class.

See Also