SizingType Enumeration
.NET Framework (current version)
Specifies how elements with a bitmap background will adjust to fill a bounds.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| FixedSize | The element cannot be resized. | |
| Stretch | The background image stretches to fill the bounds. | |
| Tile | The background image repeats the pattern to fill the bounds. |
The SizingType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::SizingType.
.NET Framework
Available since 2.0
Available since 2.0
Show: