コード例 #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);