我用一個很好的LoadingIcon(https://elegantcode.com/2009/08/21/a-simple-wpf-loading-animation/)下載了一個項目。 我將它引用到我的主項目中,但我不確定如何將它應用到我的應用程序中。如何在現有的SplashScreen中使用外部的LoadingIcon項目? (WPF)
我把xmlns:control="clr-namespace:LoadingControl.Control"
放到了主要的Splash.xaml中,然後嘗試通過<control:LoadingAnimation HorizontalAlignment="Center" VerticalAlignment="Center"/>
來調用它,這對我沒有用。 我也嘗試複製LoadingAnimation.xaml的整個XML代碼,但那也不起作用。
請張貼代碼重現該問題,並指定它如何不工作。 – FINDarkside