Bagikan melalui


ContentIslandStateChangedEventArgs.DidLayoutDirectionChange Property

Definition

Gets whether the ContentIsland layout direction changed.

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

Property Value

Boolean

bool

True, if the ContentIsland layout direction changed; otherwise, false.

Examples

ContentIsland.LayoutDirection

Applies to