Shadow Constructor
Shadow(Color, Length, Length, Length2, ShadowDirection, bool)
Constructs a new Shadow
Declaration
public Shadow(Color color, Length width, Length blur, Length2 offset, ShadowDirection shadowDirection = ShadowDirection.Out, bool enabled = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Color | color | |
| Length | width | |
| Length | blur | |
| Length2 | offset | |
| ShadowDirection | shadowDirection | |
| bool | enabled |