示例#1
0
 public bool TryPopulateProperty(string name, CssStylePropertyValue value) =>
 SvgElementStyleDataDeserializer.TryPopulateProperty(this, name, value);
示例#2
0
 public void Populate(string styleStr) => SvgElementStyleDataDeserializer.Populate(this, styleStr);