FillType Enum

Definition

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

public enum class FillType
public enum FillType
type FillType = 
Public Enum FillType
Inheritance
FillType

Fields

HorizontalGradient 2

The interior of the element is a horizontal gradient.

RadialGradient 3

The interior of the element is a radial gradient.

Solid 0

The interior of the element is solid.

TileImage 4

The interior of the element is a tiled image.

VerticalGradient 1

The interior of the element is a vertical gradient.

Remarks

The FillType values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.FillType.

Applies to