Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 793 Bytes

linedisplayverticalalignment.md

File metadata and controls

30 lines (20 loc) · 793 Bytes
-api-id -api-type
T:Windows.Devices.PointOfService.LineDisplayVerticalAlignment
winrt enum

Windows.Devices.PointOfService.LineDisplayVerticalAlignment

-description

Defines the constants that indicate the vertical alignment of text on a line display, relative to the current text character position.

-enum-fields

-field Top:0

Align the bitmap's top edge with the topmost pixel of the current charcter position.

-field Center:1

Align the bitmap in the vertical center of the current character position.

-field Bottom:2

Align the bitmap's bottom edge with the bottommost pixel of the current charcter position.

-remarks

-see-also

-examples