LineDisplayTextAttributeGranularity
LineDisplayTextAttributeGranularity
LineDisplayTextAttributeGranularity
LineDisplayTextAttributeGranularity
Enum
Definition
Defines the constants that indicate whether the line display supports blinking or reversing the display.
public : enum class LineDisplayTextAttributeGranularitypublic enum LineDisplayTextAttributeGranularityPublic Enum LineDisplayTextAttributeGranularity// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| EntireDisplay EntireDisplay EntireDisplay EntireDisplay | The feature is supported for the entire display. |
| NotSupported NotSupported NotSupported NotSupported | The feature is not supported. |
| PerCharacter PerCharacter PerCharacter PerCharacter | The feature is supported for individual characters. |