EffectiveFlowDirectionExtensions.IsRightToLeft(EffectiveFlowDirection) Method

Definition

Returns true if the flow direction is right-to-left. Otherwise, returns false.

public static bool IsRightToLeft (this Xamarin.Forms.EffectiveFlowDirection self);
static member IsRightToLeft : Xamarin.Forms.EffectiveFlowDirection -> bool

Parameters

self
EffectiveFlowDirection

The enumeration value on which this method operates.

Returns

System.Boolean

true if the flow direction is right-to-left. Otherwise, false.

Applies to