Creates the Shadow effect.
Name | Description | |
---|---|---|
Shadow() | ||
Shadow(Single) |
Creates the Shadow effect with the specified size. |
|
Shadow(Color) |
Creates the Shadow effect with the specified color. |
|
Shadow(Color, Single) |
Creates the Shadow effect with the specified color and size. |
|
Shadow(Single, Single, Single) |
Creates the Shadow effect with the specified size and offset. |
|
Shadow(Single, Single, Single, Single) |
Creates the Shadow effect with the specified size, offset, and opacity. |
|
Shadow(Color, Single, Single, Single) |
Creates the Shadow effect with the specified color, size, and offset. |
|
Shadow(Color, Single, Single, Single, Single) |
Creates the Shadow effect with the specified color, size, offset, and opacity. |