Browse Source

Removed inherits on Background.

pull/4/head
Steven Kirk 12 years ago
parent
commit
a91f565d22
  1. 2
      Perspex.Controls/Control.cs

2
Perspex.Controls/Control.cs

@ -19,7 +19,7 @@ namespace Perspex.Controls
public class Control : InputElement, IStyleable, IStyleHost
{
public static readonly PerspexProperty<Brush> BackgroundProperty =
PerspexProperty.Register<Control, Brush>("Background", inherits: true);
PerspexProperty.Register<Control, Brush>("Background");
public static readonly PerspexProperty<Brush> BorderBrushProperty =
PerspexProperty.Register<Control, Brush>("BorderBrush");

Loading…
Cancel
Save