When we are setting themes:ThemeProperties.CornerRadius="0,0,0,0" on an event in WPF C#.Net for DoubleEditBoxControl, it is auto-setting themes:ThemeProperties.IsAnimationEnabled="0,0,0,0" and causing exception. Need Help.
as themes:ThemeProperties.IsAnimationEnabled only accepts boolean values.
When is IsAnimationEnabled property set, and its dependecies on other properties.