System.Windows.Forms.VisualStyles.FillType Enumeration

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

Syntax

public enum FillType

Remarks

The System.Windows.Forms.VisualStyles.FillType values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.FillType.

Members

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.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0