diff --git a/samples/ControlCatalog/Pages/NumericUpDownPage.xaml b/samples/ControlCatalog/Pages/NumericUpDownPage.xaml
index 51516ff0b1..b01b4a93bc 100644
--- a/samples/ControlCatalog/Pages/NumericUpDownPage.xaml
+++ b/samples/ControlCatalog/Pages/NumericUpDownPage.xaml
@@ -114,5 +114,21 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Avalonia.Controls/NumericUpDown/NumericUpDown.cs b/src/Avalonia.Controls/NumericUpDown/NumericUpDown.cs
index 5cad4a6769..25d4a90a9d 100644
--- a/src/Avalonia.Controls/NumericUpDown/NumericUpDown.cs
+++ b/src/Avalonia.Controls/NumericUpDown/NumericUpDown.cs
@@ -132,6 +132,18 @@ namespace Avalonia.Controls
public static readonly StyledProperty TextAlignmentProperty =
TextBox.TextAlignmentProperty.AddOwner();
+ ///
+ /// Defines the property
+ ///
+ public static readonly StyledProperty