Hi,
here are examples :
<xctk:ValueRangeTextBox MinValue="10" MaxValue="20" ValueDataType="{x:Type s:Int32}"/>
<xctk:ValueRangeTextBox MinValue="0" MaxValue="10" ValueDataType="{x:Type s:Double}"/>
<xctk:ValueRangeTextBox MinValue="0" MaxValue="10" ValueDataType="{x:Type s:String}"/>
↧