diff --git a/Perspex.Controls/Control.cs b/Perspex.Controls/Control.cs index 62271e5fa9..106469b296 100644 --- a/Perspex.Controls/Control.cs +++ b/Perspex.Controls/Control.cs @@ -19,7 +19,7 @@ namespace Perspex.Controls public class Control : InputElement, IStyleable, IStyleHost { public static readonly PerspexProperty BackgroundProperty = - PerspexProperty.Register("Background", inherits: true); + PerspexProperty.Register("Background"); public static readonly PerspexProperty BorderBrushProperty = PerspexProperty.Register("BorderBrush");