当前位置:首页 > Windows程序 > 正文

wpf,记录一下颜色设置的2中方法,,,

2021-05-24 Windows程序

wpf,记录一下颜色设置的2中方法,,,

时间:2015-07-02 19:30:03      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

<ColorAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill).(SolidColorBrush.Color)" Storyboard.TargetName="path">
<EasingColorKeyFrame KeyTime="0" Value="#FF8CC9F8"/>
</ColorAnimationUsingKeyFrames>

<ObjectAnimationUsingKeyFrames Storyboard.TargetProperty="(Shape.Fill)" Storyboard.TargetName="path">
<DiscreteObjectKeyFrame KeyTime="0" Value="{StaticResource FF4F9CE3Colors}"/>
</ObjectAnimationUsingKeyFrames>

wpf,,记录一下颜色设置的2中方法,,,

标签:

原文地址:

(0)

(0)

   

举报

评论 一句话评论(0

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/70240.html