11 lines
323 B
XML
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>
|