共用方式為


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

適用於