EffectiveFlowDirectionExtensions.IsLeftToRight(EffectiveFlowDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The enumeration value on which this method operates.
Returns
System.Boolean
true
if the flow direction is left-to-right. Otherwise, false
.