FillType enumeration (uiautomationcore.h)
Contains values for the FillType attribute.
Syntax
typedef enum FillType {
FillType_None = 0,
FillType_Color = 1,
FillType_Gradient = 2,
FillType_Picture = 3,
FillType_Pattern = 4
} ;
Constants
FillType_NoneValue: 0 The element is not filled. |
FillType_ColorValue: 1 The element is filled with a solid color. |
FillType_GradientValue: 2 The element is filled with a gradient. |
FillType_PictureValue: 3 The element is filled using a picture. |
FillType_PatternValue: 4 The element is filled using a pattern. |
Requirements
| Minimum supported client | Windows 10, version 1703 [desktop apps only] |
| Minimum supported server | Windows Server 2016 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |