ShadowFormat

Overview

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

Represents shadow formatting for an object.

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

Properties

NameTypeAccessDescription
TypeShadowTypeRead/WriteGets or sets the specified ShadowType for ShadowFormat.
VisibleboolReadReturns true if the formatting applied to this instance is visible.
ColorColorRead/WriteGets or sets a Color object that represents the color for the shadow.
TransparencydoubleRead/WriteGets or sets the degree of transparency for the shadow effect as a value between 0.0 (opaque) and 1.0 (clear).

Methods

SignatureDescription
Clear()Clears shadow format.

See Also