无法在属性“VerticalAllignment”中转换字符串“Top”

时间:2010-07-21 14:56:27

标签: c# wpf xaml

我随机收到以下错误。

cannot convert string 'Top' in attribute 'VerticalAlignment' 
to object of type 'System.Windows.VerticalAlignment'. 
Top is not a valid value for VerticalAlignment.

请建议可能导致此错误的原因以及原因如此随机。

<ProgressBar Margin="10" Name="PBar" 
       HorizontalAlignment="Left" 
       VerticalAlignment="Top" 
       Width="150" Height="20" IsIndeterminate="True"> 
</ProgressBar>

1 个答案:

答案 0 :(得分:0)

看起来像是一些核心WPF问题。今天我开始从另一个代码中获得simillar问题。没有什么是错的,但肯定是有的。它可能与WPF的版本或其他东西有关(我的意思是与环境有关)。新的如下。

  

无法转换字符串'None'   将'WindowStyle'属性赋予对象   输入'System.Windows.WindowStyle'。   None不是有效值   WindowStyle。