FlowDirections Enumerated Type

Contains values for the text flow direction text attribute.

Syntax

typedef enum {
    FlowDirections_Default,
    FlowDirections_RightToLeft,
    FlowDirections_BottomToTop,
    FlowDirections_Vertical
} FlowDirections;

Constants

  • FlowDirections_Default
    The default flow direction.

  • FlowDirections_RightToLeft
    The text flows from right to left.

  • FlowDirections_BottomToTop
    The text flows from bottom to top.

  • FlowDirections_Vertical
    The text flows vertically.

Enumerated Type Information

Header uiautomationcore.h
Minimum operating systems Windows XP

See Also

Text Attribute Identifiers