Share via


ICoreWindow.FlowDirection Property

Definition

Specifies the property that 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 = iCoreWindow.flowDirection;
iCoreWindow.flowDirection = coreWindowFlowDirection;
Public Property FlowDirection As CoreWindowFlowDirection

Property Value

The flow direction of the window's reading layout.

Applies to

See also