BackgroundType 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 source of a visual style element's background.
public enum class BackgroundType
public enum BackgroundType
type BackgroundType =
Public Enum BackgroundType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
ImageFile | 0 | The background of the element is a bitmap. If this value is set, then the property corresponding to the ImageFile value will contain the name of a valid image file. |
BorderFill | 1 | The background of the element is a rectangle filled with a color or pattern. |
None | 2 | The element has no background. |
Remarks
The background of a visual style element can be a bitmap image, a filled rectangle, or nothing. The BackgroundType values represent the return values of the GetEnumValue method when it is called with an argument value of EnumProperty.BackgroundType.