System.Html.Style.GetPropertyCSSValue C# (CSharp) Method

GetPropertyCSSValue() public method

public GetPropertyCSSValue ( string property ) : CSSValue
property string
return CSSValue
        public CSSValue GetPropertyCSSValue(string property)
        {
            return default(CSSValue);
        }