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 布局方向已更改;否则为 false。

示例

ContentIsland.LayoutDirection

适用于