EffectiveFlowDirectionExtensions.IsRightToLeft(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 right-to-left. Otherwise, returns false
.
public static bool IsRightToLeft (this Xamarin.Forms.EffectiveFlowDirection self);
static member IsRightToLeft : Xamarin.Forms.EffectiveFlowDirection -> bool
Parameters
The enumeration value on which this method operates.
Returns
System.Boolean
true
if the flow direction is right-to-left. Otherwise, false
.