0
点赞
收藏
分享

微信扫一扫

WPF常用动画

Python百事通 2022-03-16 阅读 68
wpf动画ui

Style:

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">


    <!--ImageButton动画 ScaleX 缩放x轴比例  先从1 to 1.51.5 to 1-->
    <Sto
举报

相关推荐

0 条评论