Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 676 Bytes

linedisplaytextattributegranularity.md

File metadata and controls

29 lines (20 loc) · 676 Bytes
-api-id -api-type
T:Windows.Devices.PointOfService.LineDisplayTextAttributeGranularity
winrt enum

Windows.Devices.PointOfService.LineDisplayTextAttributeGranularity

-description

Defines the constants that indicate whether the line display supports blinking or reversing the display.

-enum-fields

-field PerCharacter:2

The feature is supported for individual characters.

-field NotSupported:0

The feature is not supported.

-field EntireDisplay:1

The feature is supported for the entire display.

-remarks

-see-also

-examples