NonClientAreaMargins Constructor
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 NonClientAreaMargins(
int leftWidth,
int rightWidth,
int topHeight,
int bottomHeight
)
public:
NonClientAreaMargins(
int leftWidth,
int rightWidth,
int topHeight,
int bottomHeight
)
new :
leftWidth : int *
rightWidth : int *
topHeight : int *
bottomHeight : int -> NonClientAreaMargins
No code example is currently available or this language may not be supported.
Parameters
- leftWidth Int32
-
The left margin width, in pixels.
- rightWidth Int32
-
The right margin width, in pixels.
- topHeight Int32
-
The top margin height, in pixels.
- bottomHeight Int32
-
The bottom margin height, in pixels.