ThemeSizeType Enumeration
.NET Framework (current version)
Specifies the size of the visual style part to retrieve.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Draw | The size that the current visual style uses to draw the part. | |
| Minimum | The minimum size of the visual style part. | |
| True | The size of the visual style part that will best fit the available space. |
The ThemeSizeType values are used as an argument for the VisualStyleRenderer::GetPartSize method.
.NET Framework
Available since 2.0
Available since 2.0
Show: