fillType 枚举 (uiautomationcore.h)

包含 FillType 属性的值。

语法

typedef enum FillType {
  FillType_None = 0,
  FillType_Color = 1,
  FillType_Gradient = 2,
  FillType_Picture = 3,
  FillType_Pattern = 4
} ;

常量

 
FillType_None
值: 0
元素未填充。
FillType_Color
值:1
元素用纯色填充。
FillType_Gradient
值: 2
元素用渐变填充。
FillType_Picture
值: 3
元素是使用图片填充的。
FillType_Pattern
值: 4
使用模式填充元素。

要求

要求
最低受支持的客户端 Windows 10版本 1703 [仅限桌面应用]
最低受支持的服务器 Windows Server 2016 [仅限桌面应用]
标头 uiautomationcore.h (包括 UIAutomation.h)

另请参阅

VisualEffects