FillType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Solid | 0 | The interior of the element is solid. |
VerticalGradient | 1 | The interior of the element is a vertical gradient. |
HorizontalGradient | 2 | The interior of the element is a horizontal gradient. |
RadialGradient | 3 | The interior of the element is a radial gradient. |
TileImage | 4 | The interior of the element is a tiled image. |
Remarks
The FillType values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.FillType.