0
我隨機出現跟隨錯誤。無法在屬性'VerticalAllignment'中轉換字符串'Top'
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>
你寫了VerticalAllignment雙-1 – codymanix 2010-07-21 14:59:22
是的,但沒有代碼,對不起。 – Lalit 2010-07-21 15:07:12
你能發佈產生這個錯誤的代碼嗎? – ChrisF 2010-07-21 15:09:24