diff --git a/Source/Engine/UI/GUI/Common/Button.cs b/Source/Engine/UI/GUI/Common/Button.cs
index ff0b776f9..aa25e0b1b 100644
--- a/Source/Engine/UI/GUI/Common/Button.cs
+++ b/Source/Engine/UI/GUI/Common/Button.cs
@@ -62,12 +62,6 @@ namespace FlaxEngine.GUI
[EditorDisplay("Text Style"), EditorOrder(2020)]
public Color TextColor;
- ///
- /// Gets or sets the brush used for background drawing.
- ///
- [EditorDisplay("Background Style"), EditorOrder(1999), Tooltip("The brush used for background drawing."), ExpandGroups]
- public IBrush BackgroundBrush { get; set; }
-
///
/// Gets or sets the background color when button is highlighted.
///