Share via


EffectiveFlowDirectionExtensions 类

定义

扩展方法,用于确定流方向及其是否已显式设置。

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static class EffectiveFlowDirectionExtensions
type EffectiveFlowDirectionExtensions = class
继承
System.Object
EffectiveFlowDirectionExtensions
属性
System.ComponentModel.EditorBrowsableAttribute

方法

IsExplicit(EffectiveFlowDirection)

如果开发者在当前对象上设置了流方向,则返回 true。 如果开发者未设置流方向或流方向是继承而来的,则返回 false

IsImplicit(EffectiveFlowDirection)

如果开发者在当前对象上设置了流方向,则返回 false。 如果开发者未设置流方向或流方向是继承而来的,则返回 true

IsLeftToRight(EffectiveFlowDirection)

如果流方向是从左到右的,则返回 true。 否则返回 false

IsRightToLeft(EffectiveFlowDirection)

如果流方向从右到左的,则返回 true。 否则返回 false

适用于