使用XAML在WPF中设置样式进度条

时间:2016-10-26 16:49:14

标签: c# wpf xaml

你好我想改变进度条的高度,但我不能,属性"身高"不起作用。

我有这个:

enter image description here

我需要这样:

enter image description here

我的XAML代码是:

<ProgressBar x:Name="pgsConnectionQuality" HorizontalAlignment="Center"  
             VerticalAlignment="Center" Height="100" Margin="276,0,198,0"  Width="150" 
             Value="{Binding ConnectionQuality}"/>

我该怎么办?谢谢!

1 个答案:

答案 0 :(得分:0)

高度属性对我来说很好。您的第一张照片看起来不像标准进度条。你确定你没有在某个地方设置样式吗?