EffectiveFlowDirectionExtensions.IsExplicit(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 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
The enumeration value on which this method operates.
Returns
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.