This commit is contained in:
2010-07-14 16:17:39 +00:00
parent 2bf01da344
commit ebd566dcb2
11 changed files with 1058 additions and 468 deletions

View File

@@ -19,7 +19,7 @@ namespace Volian.Svg.Library
set { _MyFillSettings.Fill = value; }
}
[XmlIgnore]
protected Color FillColor
public Color FillColor
{
get { return Svg.OverrideColor != System.Drawing.Color.Empty ? Svg.OverrideColor : _MyFillSettings.FillColor; }
set { _MyFillSettings.FillColor = value; }