MarginProperty Enumeration
.NET Framework (current version)
Identifies the margin properties of a visual style element.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| CaptionMargins | Specifies where caption text can be placed. | |
| ContentMargins | Specifies where content can be placed. | |
| SizingMargins | Specifies a margin used for nine-grid sizing. |
The MarginProperty enumeration represents a set of margin properties that describe the placement of visual style elements. The MarginProperty values are used as an argument in the VisualStyleRenderer::GetMargins method to specify which property value to retrieve for the element that the VisualStyleRenderer currently represents.
.NET Framework
Available since 2.0
Available since 2.0
Show: