Border style for containers.
struct
|
BorderStyle
|
Default border, one pixel width, no roundness.
public
static
readonly
field
|
Default
|
||
type
|
BorderStyle
|
No border.
public
static
readonly
field
|
None
|
||
type
|
BorderStyle
|
The border roundness (i.e. corner circle radius).
public
readonly
field
|
Roundness
|
||
type
|
int32
|
The border width, in pixels.
public
readonly
field
|
Width
|
||
type
|
int32
|
Creates a new instance of BorderStyle.
public
constructor
|
BorderStyle
(int32 width,
int32 roundness)
|
||
params
|
width
|
[>=0]
|
The border width, in pixels. |
roundness
|
[>=0]
|
The border roundness (i.e. corner circle radius). |