EffectiveFlowDirectionExtensions.IsImplicit(EffectiveFlowDirection) 方法

定义

如果开发者在当前对象上设置了流方向,则返回 false。 如果开发者未设置流方向或流方向是继承而来的,则返回 true

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

参数

self
EffectiveFlowDirection

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

返回

System.Boolean

如果开发者在当前对象上设置了流方向,则为 false;如果开发者未设置流方向或流方向是继承而来的,则为 true

适用于