CoreWindowResizeManager.ShouldWaitForLayoutCompletion Property

Definition

Gets or sets whether the caller should wait for the new layout to complete.

public:
 property bool ShouldWaitForLayoutCompletion { bool get(); void set(bool value); };
bool ShouldWaitForLayoutCompletion();

void ShouldWaitForLayoutCompletion(bool value);
public bool ShouldWaitForLayoutCompletion { get; set; }
var boolean = coreWindowResizeManager.shouldWaitForLayoutCompletion;
coreWindowResizeManager.shouldWaitForLayoutCompletion = boolean;
Public Property ShouldWaitForLayoutCompletion As Boolean

Property Value

Boolean

bool

true if the caller should wait for the new layout to complete; false if it should not.

Applies to