次の方法で共有


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

True の 場合、ContentIsland レイアウト方向が変更されました。それ以外の場合は false。

ContentIsland.LayoutDirection

適用対象