Open.Core.Spacing.UpdateLayout C# (CSharp) Method

UpdateLayout() public method

Syncs the bound element (if the element is bound to this Spacing object. See static create methods).
public UpdateLayout ( ) : void
return void
        public void UpdateLayout()
        {
            SyncEdge(Edge.Left);
            SyncEdge(Edge.Top);
            SyncEdge(Edge.Right);
            SyncEdge(Edge.Bottom);
        }
        #endregion