ShadowFormat class
Represents shadow formatting for an object.
To learn more, visit the Working with Graphic Elements documentation article.
Properties
Name | Description |
---|
color | Gets or sets a string object that represents the color for the shadow. The default value is black. |
transparency | Gets or sets the degree of transparency for the shadow effect as a value between 0.0 (opaque) and 1.0 (clear). The default value is 0.0. |
type | Gets or sets the specified ShadowType for ShadowFormat. |
visible | Returns true if the formatting applied to this instance is visible. |
Methods
Name | Description |
---|
clear() | Clears shadow format. |
See Also