FillType 列舉 (uiautomationcore.h)

包含 FillType 屬性的值。

Syntax

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