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
| Name | Type | Access | Description |
|---|---|---|---|
Type | ShadowType | Read/Write | Gets or sets the specified ShadowType for ShadowFormat. |
Visible | bool | Read | Returns true if the formatting applied to this instance is visible. |
Color | Color | Read/Write | Gets or sets a Color object that represents the color for the shadow. |
Transparency | double | Read/Write | Gets or sets the degree of transparency for the shadow effect as a value between 0.0 (opaque) and 1.0 (clear). |
Methods
| Signature | Description |
|---|---|
Clear() | Clears shadow format. |