EffectiveFlowDirectionExtensions.IsImplicit(EffectiveFlowDirection) Method

Definition

Returns false if the developer set the flow direction on the current object. Returns true if the flow direction is inherited or was not set by the developer.

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

Parameters

self
EffectiveFlowDirection

The enumeration value on which this method operates.

Returns

System.Boolean

false if the developer set the flow direction on the current object, or true if the flow direction is inherited or was not set by the developer.

Applies to