ContentIslandStateChangedEventArgs.DidLayoutDirectionChange 属性

定义

获取布局方向是否 ContentIsland 更改。

public:
 property bool DidLayoutDirectionChange { bool get(); };
bool DidLayoutDirectionChange();
public bool DidLayoutDirectionChange { get; }
var boolean = contentIslandStateChangedEventArgs.didLayoutDirectionChange;
Public ReadOnly Property DidLayoutDirectionChange As Boolean

属性值

Boolean

bool

如果布局方向发生更改,则为 ContentIsland True;否则为 false。

示例

ContentIsland.LayoutDirection

适用于