Open.Core.Css.CenterHorizontally C# (CSharp) Method

CenterHorizontally() private method

private CenterHorizontally ( jQueryObject element, jQueryObject within ) : jQueryObject
element jQueryObject
within jQueryObject
return jQueryObject
        public static extern jQueryObject CenterHorizontally(jQueryObject element, jQueryObject within);

Same methods

Css::CenterHorizontally ( jQueryObject element, jQueryObject within, Spacing offset ) : jQueryObject