CoreWindow.FlowDirection Property

Definition

Gets or sets the horizontal origin of the window's reading order alignment. If the language specified by the user interface is right-aligned (such as in Arabic or Hebrew), the horizontal origin of the reading layout for the window is on the right edge.

public:
 property CoreWindowFlowDirection FlowDirection { CoreWindowFlowDirection get(); void set(CoreWindowFlowDirection value); };
CoreWindowFlowDirection FlowDirection();

void FlowDirection(CoreWindowFlowDirection value);
public CoreWindowFlowDirection FlowDirection { get; set; }
var coreWindowFlowDirection = coreWindow.flowDirection;
coreWindow.flowDirection = coreWindowFlowDirection;
Public Property FlowDirection As CoreWindowFlowDirection

Property Value

The flow direction of the window's reading layout.

Implements

Applies to

See also