System.Html.Style.GetPropertyValue C# (CSharp) 메소드

GetPropertyValue() 공개 메소드

public GetPropertyValue ( string property ) : string
property string
리턴 string
        public string GetPropertyValue(string property)
        {
            return null;
        }