Exemplo n.º 1
0
 public bool TryPopulateProperty(string name, CssStylePropertyValue value) =>
 SvgElementStyleDataDeserializer.TryPopulateProperty(this, name, value);
Exemplo n.º 2
0
 public void Populate(string styleStr) => SvgElementStyleDataDeserializer.Populate(this, styleStr);