FillType Enumeration
.NET Framework (current version)
Specifies the interior of visual style elements with a filled border background.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| HorizontalGradient | The interior of the element is a horizontal gradient. | |
| RadialGradient | The interior of the element is a radial gradient. | |
| Solid | The interior of the element is solid. | |
| TileImage | The interior of the element is a tiled image. | |
| VerticalGradient | The interior of the element is a vertical gradient. |
The FillType values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::FillType.
.NET Framework
Available since 2.0
Available since 2.0
Show: