Share via


XRFlowDirection (Compact 2013)

3/28/2014

This enumeration describes the content flow direction for text and UI elements.

Syntax

enum XRFlowDirection
{
    XRFlowDirection_LeftToRight=0,
    XRFlowDirection_RightToLeft=1,
};

Members

  • XRFlowDirection_LeftToRight
    Indicates that content should flow from left to right.
  • XRFlowDirection_RightToLeft
    Indicates that content should flow from right to left.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The flow direction of content typically corresponds to the innate flow direction of the language being represented. Hebrew and Arabic provide examples of languages that naturally flow from right to left. English, German, and Russian provide examples of languages that naturally flow from left to right.

.NET Framework Equivalent

System.Windows.FlowDirection

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Enumerations