Struct Margins
Defines a set of margins that can be applied to Microsoft Windows windows.
Inherited Members
Namespace: TheXDS.MCART.PInvoke.Models
Assembly: MCART.Windows.dll
Syntax
public struct Margins
Constructors
| Edit this page View SourceMargins(int)
Initializes a new instance of the Margins structure.
Declaration
public Margins(int allMargins)
Parameters
| Type | Name | Description |
|---|---|---|
| int | allMargins | Value for all margins. |
Fields
| Edit this page View SourceBottom
Bottom margin.
Declaration
public int Bottom
Field Value
| Type | Description |
|---|---|
| int |
Left
Left margin.
Declaration
public int Left
Field Value
| Type | Description |
|---|---|
| int |
Right
Right margin.
Declaration
public int Right
Field Value
| Type | Description |
|---|---|
| int |
Top
Top margin.
Declaration
public int Top
Field Value
| Type | Description |
|---|---|
| int |