You can try adding ValidationRules, for example:
<TextBox Text="{Binding ViewTestObject.DoubleValue, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged,ValidationRules ={Your validation type}"/>