Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OutlineStyles enumeration (uiautomationcore.h)
Contains values for the OutlineStyle text attribute.
Syntax
typedef enum OutlineStyles {
OutlineStyles_None = 0,
OutlineStyles_Outline = 1,
OutlineStyles_Shadow = 2,
OutlineStyles_Engraved = 4,
OutlineStyles_Embossed = 8
} ;
Constants
OutlineStyles_NoneValue: 0 No outline style. |
OutlineStyles_OutlineValue: 1 A simple outline. |
OutlineStyles_ShadowValue: 2 A shadow. |
OutlineStyles_EngravedValue: 4 An engraved appearance. |
OutlineStyles_EmbossedValue: 8 An embossed appearance. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcore.h (include UIAutomation.h) |
See also
Feedback
Was this page helpful?
