Share via


FlowDirections-Enumeration (uiautomationcore.h)

Enthält Werte für das TextFlowDirections-Textattribute.

Syntax

typedef enum FlowDirections {
  FlowDirections_Default = 0,
  FlowDirections_RightToLeft = 0x1,
  FlowDirections_BottomToTop = 0x2,
  FlowDirections_Vertical = 0x4
} ;

Konstanten

 
FlowDirections_Default
Wert: 0
Die Standardflussrichtung.
FlowDirections_RightToLeft
Wert: 0x1
Der Text fließt von rechts nach links.
FlowDirections_BottomToTop
Wert: 0x2
Der Text fließt von unten nach oben.
FlowDirections_Vertical
Wert: 0x4
Der Text fließt vertikal.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile uiautomationcore.h (uiAutomation.h einschließen)

Weitere Informationen

Text-Attributbezeichner