This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user