Method WithBorderWidth
WithBorderWidth(Int32)
Sets the desired border width. The default is 2.
Declaration
public Rectangle WithBorderWidth(int borderWidth)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | borderWidth | The border width. |
Returns
| Type | Description |
|---|---|
| Rectangle | The rectangle. |