EffectiveFlowDirectionExtensions.IsLeftToRight(EffectiveFlowDirection) Method

Definition

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

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

Parameters

self
EffectiveFlowDirection

The enumeration value on which this method operates.

Returns

System.Boolean

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

Applies to