struct
|
ShadowStyle
|
public
static
readonly
field
|
Default
|
||
type
|
ShadowStyle
|
public
static
readonly
field
|
None
|
||
type
|
ShadowStyle
|
The shadow color.
public
property
|
Color
{
get
}
|
||
type
|
int64
|
||
value
|
The 64-bit ARGB shadow color. |
The shadow offset, in pixels.
public
readonly
field
|
Offset
|
||
type
|
int32
|
The
shadow
opacity
between
[0..255]
.
public
readonly
field
|
Opacity
|
||
type
|
int32
|
Creates a new instance of ShadowStyle.
public
constructor
|
ShadowStyle
(int32 offset,
int32 opacity)
|
||
params
|
offset
|
[>=0]
|
The shadow offset, in pixels. |
opacity
|
[0..255]
|
The shadow opacity between. |