|
@@ -73,6 +73,7 @@
|
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
<syncfusion:DoubleTextBox
|
|
<syncfusion:DoubleTextBox
|
|
|
Value="{Binding NewDimensions.Height, Mode=TwoWay}"
|
|
Value="{Binding NewDimensions.Height, Mode=TwoWay}"
|
|
|
|
|
+ MinValue="0"
|
|
|
Grid.Row="1"
|
|
Grid.Row="1"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
@@ -103,6 +104,7 @@
|
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
<syncfusion:DoubleTextBox
|
|
<syncfusion:DoubleTextBox
|
|
|
Value="{Binding NewDimensions.Width, Mode=TwoWay}"
|
|
Value="{Binding NewDimensions.Width, Mode=TwoWay}"
|
|
|
|
|
+ MinValue="0"
|
|
|
Grid.Row="2"
|
|
Grid.Row="2"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
@@ -133,6 +135,7 @@
|
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
<syncfusion:DoubleTextBox
|
|
<syncfusion:DoubleTextBox
|
|
|
Value="{Binding NewDimensions.Length, Mode=TwoWay}"
|
|
Value="{Binding NewDimensions.Length, Mode=TwoWay}"
|
|
|
|
|
+ MinValue="0"
|
|
|
Grid.Row="3"
|
|
Grid.Row="3"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
@@ -163,6 +166,7 @@
|
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
<syncfusion:DoubleTextBox
|
|
<syncfusion:DoubleTextBox
|
|
|
Value="{Binding NewDimensions.Quantity, Mode=TwoWay}"
|
|
Value="{Binding NewDimensions.Quantity, Mode=TwoWay}"
|
|
|
|
|
+ MinValue="0"
|
|
|
Grid.Row="4"
|
|
Grid.Row="4"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|
|
@@ -193,6 +197,7 @@
|
|
|
IsReadOnly="True"/>
|
|
IsReadOnly="True"/>
|
|
|
<syncfusion:DoubleTextBox
|
|
<syncfusion:DoubleTextBox
|
|
|
Value="{Binding NewDimensions.Weight, Mode=TwoWay}"
|
|
Value="{Binding NewDimensions.Weight, Mode=TwoWay}"
|
|
|
|
|
+ MinValue="0"
|
|
|
Grid.Row="5"
|
|
Grid.Row="5"
|
|
|
Grid.Column="2"
|
|
Grid.Column="2"
|
|
|
Margin="5,5,0,0"
|
|
Margin="5,5,0,0"
|