EffectiveFlowDirectionExtensions.IsRightToLeft(EffectiveFlowDirection) 方法

定义

如果流方向从右到左的,则返回 true。 否则返回 false

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

参数

self
EffectiveFlowDirection

此方法对其进行操作的枚举值。

返回

System.Boolean

如果流方向从右到左的,则为 true。 否则为 false

适用于