EffectiveFlowDirectionExtensions.IsImplicit(EffectiveFlowDirection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.