LineDisplayVerticalAlignment LineDisplayVerticalAlignment LineDisplayVerticalAlignment LineDisplayVerticalAlignment Enum

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

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

public : enum class LineDisplayVerticalAlignmentpublic enum LineDisplayVerticalAlignmentPublic Enum LineDisplayVerticalAlignment// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Fields

Bottom Bottom Bottom Bottom

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

Center Center Center Center

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

Top Top Top Top

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