Hi,
I have a duration (0:0:0.5) that I use in a number of animations and I would like to define this number at one place only. I can define a double for instance as
<Window.Resources>
<sys:Double x:Key="GridWidth">400</sys:Double>
</Window.Resources>
But not sure how a duration should be expressed as a resource. Thanks.