EffectiveFlowDirectionExtensions.IsExplicit(EffectiveFlowDirection) Method

Definition

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

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

Parameters

self
EffectiveFlowDirection

The enumeration value on which this method operates.

Returns

System.Boolean

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

Applies to