Ext.Net.WindowBase.AnchorTo C# (CSharp) Method

AnchorTo() private method

private AnchorTo ( string element, string position ) : void
element string
position string
return void
        public virtual void AnchorTo(string element, string position)
        {
            this.Call("anchorTo", new JRawValue(element), position);
        }

Same methods

WindowBase::AnchorTo ( string element, string position, int offsetX, int offsetY ) : void
WindowBase::AnchorTo ( string element, string position, int offsetX, int offsetY, bool monitorScroll ) : void