Ensures that all visual attributes of this element are properly updated for layout.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void UpdateLayout()
Visual Basic
Public Sub UpdateLayout
JScript
public function UpdateLayout()

Remarks

When setting certain properties of this object, the effects of the change occur asynchronously. Calling this method ensures that all of the property adjustments are up-to-date. Use this method only when necessary since it can adversely affect performance.

See Also