FillType Enumeration

 

Specifies the interior of visual style elements with a filled border background.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class FillType

Member nameDescription
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
Return to top
Show: