Answers for "animate the stroke of a shape wpf"

0

animate the stroke of a shape wpf

<Storyboard x:Name="myStoryboard">
    <ColorAnimation Storyboard.TargetName="ShapeName" From="Red" To="Green"
      Storyboard.TargetProperty="(Shape.Stroke).(SolidColorBrush.Color)"
   />
    </Storyboard>
Posted by: Guest on June-17-2020

Browse Popular Code Answers by Language