BackgroundType 枚举

定义

指定视觉样式元素的背景的源。

public enum class BackgroundType
public enum BackgroundType
type BackgroundType = 
Public Enum BackgroundType
继承
BackgroundType

字段

BorderFill 1

该元素的背景为以某种颜色或图案填充的矩形。

ImageFile 0

该元素的背景为位图。 如果设置了此值,则与 ImageFile 值对应的属性将包含一个有效图像文件的名称。

None 2

该元素没有背景。

注解

视觉样式元素的背景可以是位图图像、填充矩形或无。 当使用参数值为 时,GetEnumValue这些BackgroundType值表示方法的返回值EnumProperty.BackgroundType

适用于