EffectiveFlowDirectionExtensions.IsLeftToRight(EffectiveFlowDirection) 方法

定义

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

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

参数

self
EffectiveFlowDirection

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

返回

System.Boolean

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

适用于