ICssPropertyFactory interface ICssPropertyFactory Documentation Code CssProperty Create(string name) CssProperty CreateFont(string name) CssProperty CreateLonghand(string name) CssProperty[] CreateLonghandsFor(string name) CssShorthandProperty CreateShorthand(string name) CssProperty CreateViewport(string name) string[] GetLonghands(string name) IEnumerable<string> GetShorthands(string name) bool IsAnimatable(string name) bool IsLonghand(string name) bool IsShorthand(string name)