CoreWindowResizeManager.ShouldWaitForLayoutCompletion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.