EffectiveFlowDirectionExtensions Class

Definition

Extension methods for finding out the flow direction and whether it was explicitly set.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class EffectiveFlowDirectionExtensions
type EffectiveFlowDirectionExtensions = class
Inheritance
EffectiveFlowDirectionExtensions
Attributes

Methods

IsExplicit(EffectiveFlowDirection)

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.

IsImplicit(EffectiveFlowDirection)

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.

IsLeftToRight(EffectiveFlowDirection)

Returns true if the flow direction is left-to-right. Otherwise, returns false.

IsRightToLeft(EffectiveFlowDirection)

Returns true if the flow direction is right-to-left. Otherwise, returns false.

Applies to