VerticalTextAlignment Enumerated Type

Contains values that specify the vertical alignment text attribute.

Syntax

typedef enum {
    VerticalTextAlignment_Top,
    VerticalTextAlignment_Center,
    VerticalTextAlignment_Bottom
} VerticalTextAlignment;

Constants

  • VerticalTextAlignment_Top
    Top alignment.

  • VerticalTextAlignment_Center
    Center alignment.

  • VerticalTextAlignment_Bottom
    Bottom alignment.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows NT 4.0, Windows 95