Open.Core.Html.Width C# (CSharp) Method

Width() public static method

Retrieves the width of the specified element.
public static Width ( string cssSelector ) : int
cssSelector string The CSS selector of the element to measure.
return int
        public static int Width(string cssSelector) { return jQuery.Select(cssSelector).GetWidth(); }