Files
icarus/3dPrintApp/CurrLayerSlider/CurrLayerSliderV.xaml
T
2022-06-10 15:53:41 +02:00

11 lines
323 B
XML

<UserControl x:Class="CurrLayerSliderV"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Slider Value="{Binding nValue}"
Minimum="0"
Maximum="100"
Width="400"/>
</UserControl>