I'm not in favour of constraints on the MinValue / MaxValue, as this forces you to input them in the correct order, and as MaxValue comes before MinValue on the properties page it is even more relevant. eg. Say if the Current MinValue = 200, MaxValue = 300, and then you decide to have MaxValue = 100, MinValue = 1, then your forced to set MinValue first.
Keeping things simple, if MaxValue <= MinValue there is no Value constraint would seem the simplest and most logical change.