WPF loading spinner

后端 未结 14 839
我寻月下人不归
我寻月下人不归 2020-12-02 05:30

The goal is to display the information that the application is working. So I\'m looking for an intelligent implementation sample of a loading spinner using WPF / MVVM.

14条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 06:10

    With Images

    Visual summary of options for spinning icons. Recorded using Screen To Gif.


    Font-Awesome-WPF

    Documentation on GitHub.

    Install via NuGet:

    PM> Install-Package FontAwesome.WPF

    Looks like this:

    XAML:

    
    

    Icons pictured are Spinner, CircleOutlineNotch, Refresh and Cog. There are many others.


    Method from @HAdes

    XAML copy/paste.

提交回复
热议问题