UtilFormsRoundBorders(Form, Int32) Method
Namespace: DevCase.Core.Application.FormsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void RoundBorders(
Form form,
int radius
)
public:
static void RoundBorders(
Form^ form,
int radius
)
static member RoundBorders :
form : Form *
radius : int -> unit
No code example is currently available or this language may not be supported.
Parameters
- form Form
-
The Form.
- radius Int32
-
The rounding radius.
This is a code example.
No code example is currently available or this language may not be supported.
Dim f As Form = Me
f.FormBorderStyle = Windows.Forms.FormBorderStyle.None
RoundBorders(f, 20)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.