Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 803 Bytes

linedisplayhorizontalalignment.md

File metadata and controls

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

Windows.Devices.PointOfService.LineDisplayHorizontalAlignment

-description

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

-enum-fields

-field Left:0

Align the bitmap's left edge with the leftmost pixel of the current charcter position.

-field Center:1

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

-field Right:2

Align the bitmap's right edge with the rightmost pixel of the current charcter position.

-remarks

-see-also

-examples