BackgroundType Enum

Definition

Specifies the source of a visual style element's background.

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

Fields

BorderFill 1

The background of the element is a rectangle filled with a color or pattern.

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.

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.

Applies to