Hello everyone,
I am currently working on a system using RadControls for Silverlight 4. We use the RadMenu for our navigation. This menu has some parent/child items.
One of our developers is having an issue where the child menu dropdown will not stay open; instead the child items flicker (the menu drops down and then closes again immediately). This only happens in Internet Explorer (she's using IE8). I also use IE8 along with several other of our developers with no issues.
Is anyone aware of any issues in Internet Explorer and the telerik menu?
Thanks!
I am currently working on a system using RadControls for Silverlight 4. We use the RadMenu for our navigation. This menu has some parent/child items.
One of our developers is having an issue where the child menu dropdown will not stay open; instead the child items flicker (the menu drops down and then closes again immediately). This only happens in Internet Explorer (she's using IE8). I also use IE8 along with several other of our developers with no issues.
Is anyone aware of any issues in Internet Explorer and the telerik menu?
Thanks!
8 Answers, 1 is accepted
0
Hi Elke,
We are not aware of such issue with RadMenu and IE8.
Could you send us sample project that we can investigate?
Regards,
Hristo
the Telerik team
We are not aware of such issue with RadMenu and IE8.
Could you send us sample project that we can investigate?
Regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Elke
Top achievements
Rank 1
answered on 08 Jul 2010, 02:31 PM
I will get back to you soon with a sample project and a video of the behavior.
0
Elke
Top achievements
Rank 1
answered on 12 Jul 2010, 05:57 PM
I finally have a video to show you the issue with the menu. You can view it at Menu Flicker Video
XAML for the page is below:
XAML for the page is below:
<
UserControl
xmlns
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x
=
"http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:navigation
=
"clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
xmlns:uriMapper
=
"clr-namespace:System.Windows.Navigation;assembly=System.Windows.Controls.Navigation"
xmlns:dataControls
=
"clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Data.DataForm.Toolkit"
xmlns:d
=
"http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc
=
"http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerikNavigation
=
"clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Navigation"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
xmlns:Telerik_Windows_Controls_Chromes
=
"clr-namespace:Telerik.Windows.Controls.Chromes;assembly=Telerik.Windows.Controls"
xmlns:Telerik_Windows_Controls_Animation
=
"clr-namespace:Telerik.Windows.Controls.Animation;assembly=Telerik.Windows.Controls"
xmlns:Telerik_Windows_Controls_TabControl
=
"clr-namespace:Telerik.Windows.Controls.TabControl;assembly=Telerik.Windows.Controls.Navigation"
xmlns:Helpers
=
"clr-namespace:InteLite.Portal.Helpers"
xmlns:System
=
"clr-namespace:System;assembly=mscorlib"
telerik:StyleManager.Theme
=
"Vista"
x:Class
=
"InteLite.Portal.MainPage"
Loaded
=
"Page_Loaded"
d:DesignWidth
=
"640"
d:DesignHeight
=
"480"
mc:Ignorable
=
"d"
>
<
UserControl.Resources
>
<
Thickness
x:Key
=
"MenuItemPadding"
>5</
Thickness
>
<
SolidColorBrush
x:Key
=
"PanelBorderBrush"
Color
=
"#FF848484"
/>
<
CornerRadius
x:Key
=
"SplitButton_SpanCornerRadius"
>5</
CornerRadius
>
<
telerik:VistaTheme
x:Key
=
"Theme"
IsApplicationTheme
=
"False"
Source
=
"/Telerik.Windows.Themes.Vista;component/themes/Generic.xaml"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupOuterBorder"
Color
=
"#FF555555"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupBackground"
Color
=
"#FF454545"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupForeground"
Color
=
"#FFFFFFFF"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupIconsBackground"
Color
=
"#FF454545"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupIconsSeparatorLeft"
Color
=
"Transparent"
/>
<
SolidColorBrush
x:Key
=
"MenuPopupIconsSeparatorRight"
Color
=
"Transparent"
/>
<
Thickness
x:Key
=
"MenuPopupIconsSeparatorMargin"
>0</
Thickness
>
<
Thickness
x:Key
=
"MenuTopLevelItemMargin"
>2</
Thickness
>
<
LinearGradientBrush
x:Key
=
"ControlBackground_Normal"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"0"
/>
<
GradientStop
Color
=
"#FFDCDCDC"
Offset
=
"0.50"
/>
<
GradientStop
Color
=
"#FFADADAD"
Offset
=
"0.50"
/>
<
GradientStop
Color
=
"#FFD4D4D4"
Offset
=
"1"
/>
</
LinearGradientBrush
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Normal"
Color
=
"#FF848484"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Normal"
Color
=
"#FFFFFFFF"
/>
<
System:Double
x:Key
=
"ControlOuterBorderGradientStop0"
>0</
System:Double
>
<
System:Double
x:Key
=
"ControlOuterBorderGradientStop1"
>1</
System:Double
>
<
System:Double
x:Key
=
"ControlBackgroundGradientStop0"
>0</
System:Double
>
<
System:Double
x:Key
=
"ControlBackgroundGradientStop1"
>0.5</
System:Double
>
<
System:Double
x:Key
=
"ControlBackgroundGradientStop2"
>0.5</
System:Double
>
<
System:Double
x:Key
=
"ControlBackgroundGradientStop3"
>1</
System:Double
>
<
System:Double
x:Key
=
"ControlInnerBorderGradientStop0"
>0</
System:Double
>
<
System:Double
x:Key
=
"ControlInnerBorderGradientStop1"
>1</
System:Double
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Focused"
Color
=
"#FF555555"
/>
<
SolidColorBrush
x:Key
=
"ControlBackground_Focused"
Color
=
"Transparent"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Focused"
Color
=
"Transparent"
/>
<
Color
x:Key
=
"ControlOuterBorder_Active_Stop0"
>#FF555555</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_Active_Stop1"
>#FF555555</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Active_Stop0"
>#FF666666</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Active_Stop1"
>#FF666666</
Color
>
<
Color
x:Key
=
"ControlBackground_Active_Stop0"
>#FF888888</
Color
>
<
Color
x:Key
=
"ControlBackground_Active_Stop1"
>#FF888888</
Color
>
<
Color
x:Key
=
"ControlBackground_Active_Stop2"
>#FF777777</
Color
>
<
Color
x:Key
=
"ControlBackground_Active_Stop3"
>#FF777777</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_MouseOver_Stop0"
>#FF555555</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_MouseOver_Stop1"
>#FF555555</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_MouseOver_Stop0"
>#FF999999</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_MouseOver_Stop1"
>#FF999999</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOver_Stop0"
>#FF777777</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOver_Stop1"
>#FF818181</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOver_Stop2"
>#FF868686</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOver_Stop3"
>#FF888888</
Color
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Highlighted"
Color
=
"#FF555555"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Highlighted"
Color
=
"#FF999999"
/>
<
LinearGradientBrush
x:Key
=
"ControlBackground_Highlighted"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FF777777"
Offset
=
"0"
/>
<
GradientStop
Color
=
"#FF888888"
Offset
=
"1"
/>
</
LinearGradientBrush
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Selected"
Color
=
"#FF555555"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Selected"
Color
=
"#FF666666"
/>
<
LinearGradientBrush
x:Key
=
"ControlBackground_Selected"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FF777777"
Offset
=
"1"
/>
<
GradientStop
Color
=
"#FF888888"
/>
</
LinearGradientBrush
>
<
Color
x:Key
=
"ControlOuterBorder_Checked_Stop0"
>#00FFC92B</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_Checked_Stop1"
>#00FFC92B</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Checked_Stop0"
>Transparent</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Checked_Stop1"
>Transparent</
Color
>
<
Color
x:Key
=
"ControlBackground_Checked_Stop0"
>#00FFDCAB</
Color
>
<
Color
x:Key
=
"ControlBackground_Checked_Stop1"
>#00FFD18F</
Color
>
<
Color
x:Key
=
"ControlBackground_Checked_Stop2"
>#00FE9227</
Color
>
<
Color
x:Key
=
"ControlBackground_Checked_Stop3"
>#00FFD74E</
Color
>
<
LinearGradientBrush
x:Key
=
"ControlOuterBorder_DisabledChecked"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#00282828"
/>
<
GradientStop
Color
=
"#005F5F5F"
Offset
=
"1"
/>
</
LinearGradientBrush
>
<
LinearGradientBrush
x:Key
=
"ControlInnerBorder_DisabledChecked"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FFB69A78"
/>
<
GradientStop
Color
=
"#00FFE17A"
Offset
=
"0.125"
/>
</
LinearGradientBrush
>
<
SolidColorBrush
x:Key
=
"ControlBackground_DisabledChecked"
Color
=
"#00E0E0E0"
/>
<
Color
x:Key
=
"ControlOuterBorder_MouseOverChecked_Stop0"
>#00FFC92B</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_MouseOverChecked_Stop1"
>#00FFC92B</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_MouseOverChecked_Stop0"
>Transparent</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_MouseOverChecked_Stop1"
>Transparent</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOverChecked_Stop0"
>#00FFE8AB</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOverChecked_Stop1"
>#00FFE08F</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOverChecked_Stop2"
>#00FEAF27</
Color
>
<
Color
x:Key
=
"ControlBackground_MouseOverChecked_Stop3"
>#00FFE74E</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_Pressed_Stop0"
>#FF555555</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_Pressed_Stop1"
>#FF5F5F5F</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Pressed_Stop0"
>#FF666666</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Pressed_Stop1"
>#FF666666</
Color
>
<
Color
x:Key
=
"ControlBackground_Pressed_Stop0"
>#FF888888</
Color
>
<
Color
x:Key
=
"ControlBackground_Pressed_Stop1"
>#FF888888</
Color
>
<
Color
x:Key
=
"ControlBackground_Pressed_Stop2"
>#FF777777</
Color
>
<
Color
x:Key
=
"ControlBackground_Pressed_Stop3"
>#FF777777</
Color
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Disabled"
Color
=
"#FF989898"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Disabled"
Color
=
"Transparent"
/>
<
SolidColorBrush
x:Key
=
"ControlBackground_Disabled"
Color
=
"#FFE0E0E0"
/>
<
Color
x:Key
=
"ControlOuterBorder_Normal_Stop0"
>#FF848484</
Color
>
<
Color
x:Key
=
"ControlOuterBorder_Normal_Stop1"
>#FF848484</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Normal_Stop0"
>#FFFFFFFF</
Color
>
<
Color
x:Key
=
"ControlInnerBorder_Normal_Stop1"
>#FFFFFFFF</
Color
>
<
Color
x:Key
=
"ControlBackground_Normal_Stop0"
>#FFFFFFFF</
Color
>
<
Color
x:Key
=
"ControlBackground_Normal_Stop1"
>#FFDCDCDC</
Color
>
<
Color
x:Key
=
"ControlBackground_Normal_Stop2"
>#FFADADAD</
Color
>
<
Color
x:Key
=
"ControlBackground_Normal_Stop3"
>#FFD4D4D4</
Color
>
<
Style
x:Key
=
"MenuHoverChrome"
TargetType
=
"Telerik_Windows_Controls_Chromes:ButtonChrome"
>
<
Setter
Property
=
"IsTabStop"
Value
=
"False"
/>
<
Setter
Property
=
"Background"
Value
=
"{StaticResource ControlBackground_Normal}"
/>
<
Setter
Property
=
"BorderBrush"
Value
=
"{StaticResource ControlOuterBorder_Normal}"
/>
<
Setter
Property
=
"BorderThickness"
Value
=
"1"
/>
<
Setter
Property
=
"CornerRadius"
Value
=
"{StaticResource SplitButton_SpanCornerRadius}"
/>
<
Setter
Property
=
"Template"
>
<
Setter.Value
>
<
ControlTemplate
TargetType
=
"Telerik_Windows_Controls_Chromes:ButtonChrome"
>
<
Grid
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStatesGroup"
>
<
VisualStateGroup.Transitions
>
<
VisualTransition
From
=
"MouseOver"
GeneratedDuration
=
"00:00:00.150"
To
=
"None"
/>
<
VisualTransition
From
=
"Active"
GeneratedDuration
=
"00:00:00.150"
To
=
"None"
/>
<
VisualTransition
From
=
"Highlighted"
GeneratedDuration
=
"00:00:00.00"
To
=
"None"
/>
<
VisualTransition
From
=
"Selected"
GeneratedDuration
=
"00:00:00.00"
To
=
"None"
/>
</
VisualStateGroup.Transitions
>
<
VisualState
x:Name
=
"None"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"OuterBorder"
>
<
LinearDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
LinearDoubleKeyFrame
KeyTime
=
"0:0:0.150"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Active"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"InnerBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"Background"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Selected"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"InnerBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"Background"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"DisabledChecked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"InnerBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"Background"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOverChecked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:00.115"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"CommonStatesWrapper"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOver"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"CommonStatesWrapper"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Pressed"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"CommonStatesWrapper"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"InnerBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"Background"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"NoneVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"NormalVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOverVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"CommonStatesWrapper"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"PressedVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"CommonStatesWrapper"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"DisabledVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"BorderBrush"
Storyboard.TargetName
=
"InnerBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetProperty
=
"Background"
Storyboard.TargetName
=
"OuterBorder"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStatesGroup"
>
<
VisualState
x:Name
=
"Unfocused"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"FocusVisual"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"00:00:00.150"
>
<
DiscreteObjectKeyFrame.Value
>
<
Visibility
>Collapsed</
Visibility
>
</
DiscreteObjectKeyFrame.Value
>
</
DiscreteObjectKeyFrame
>
</
ObjectAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"FocusVisual"
>
<
LinearDoubleKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Focused"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"FocusVisual"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
>
<
DiscreteObjectKeyFrame.Value
>
<
Visibility
>Visible</
Visibility
>
</
DiscreteObjectKeyFrame.Value
>
</
DiscreteObjectKeyFrame
>
</
ObjectAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"FocusVisual"
>
<
LinearDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
x:Name
=
"OuterBorder"
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
>
<
Border
x:Name
=
"InnerBorder"
BorderBrush
=
"{StaticResource ControlInnerBorder_Normal}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
/>
</
Border
>
<
Border
x:Name
=
"AnimatedCommonOuterBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
>
<
Border.BorderBrush
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FF848484"
Offset
=
"{StaticResource ControlOuterBorderGradientStop0}"
/>
<
GradientStop
Color
=
"#FF848484"
Offset
=
"{StaticResource ControlOuterBorderGradientStop1}"
/>
</
LinearGradientBrush
>
</
Border.BorderBrush
>
<
Border.Background
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlBackgroundGradientStop0}"
/>
<
GradientStop
Color
=
"#FFDCDCDC"
Offset
=
"{StaticResource ControlBackgroundGradientStop1}"
/>
<
GradientStop
Color
=
"#FFADADAD"
Offset
=
"{StaticResource ControlBackgroundGradientStop2}"
/>
<
GradientStop
Color
=
"#FFD4D4D4"
Offset
=
"{StaticResource ControlBackgroundGradientStop3}"
/>
</
LinearGradientBrush
>
</
Border.Background
>
<
Border
x:Name
=
"AnimatedCommonInnerBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
>
<
Border.BorderBrush
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlInnerBorderGradientStop0}"
/>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlInnerBorderGradientStop1}"
/>
</
LinearGradientBrush
>
</
Border.BorderBrush
>
</
Border
>
</
Border
>
<
Border
x:Name
=
"CommonStatesWrapper"
>
<
Border
x:Name
=
"FocusVisual"
BorderBrush
=
"{StaticResource ControlOuterBorder_Focused}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{StaticResource ControlBackground_Focused}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
Opacity
=
"0"
Visibility
=
"Collapsed"
>
<
Border
x:Name
=
"FocusInnerVisual"
BorderBrush
=
"{StaticResource ControlInnerBorder_Focused}"
BorderThickness
=
"1"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
/>
</
Border
>
</
Border
>
</
Grid
>
</
ControlTemplate
>
</
Setter.Value
>
</
Setter
>
</
Style
>
<
SolidColorBrush
x:Key
=
"ControlOuterBorder_Highlighted2"
Color
=
"#FF555555"
/>
<
SolidColorBrush
x:Key
=
"ControlInnerBorder_Highlighted2"
Color
=
"#FF666666"
/>
<
LinearGradientBrush
x:Key
=
"ControlBackground_Highlighted2"
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FF777777"
Offset
=
"0"
/>
<
GradientStop
Color
=
"#FF888888"
Offset
=
"1"
/>
</
LinearGradientBrush
>
<
ControlTemplate
x:Key
=
"HeaderChrome"
TargetType
=
"Telerik_Windows_Controls_Chromes:ButtonChrome"
>
<
Grid
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStatesGroup"
>
<
VisualStateGroup.Transitions
>
<
VisualTransition
From
=
"MouseOver"
GeneratedDuration
=
"0"
To
=
"None"
/>
<
VisualTransition
From
=
"Active"
GeneratedDuration
=
"00:00:00.150"
To
=
"None"
/>
<
VisualTransition
From
=
"Highlighted"
GeneratedDuration
=
"00:00:00.00"
To
=
"None"
/>
<
VisualTransition
From
=
"Selected"
GeneratedDuration
=
"00:00:00.00"
To
=
"None"
/>
</
VisualStateGroup.Transitions
>
<
VisualState
x:Name
=
"None"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
LinearDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
LinearDoubleKeyFrame
KeyTime
=
"0:0:0.150"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Active_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Active"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"InnerBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Background"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Highlighted}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Selected"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"InnerBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Background"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Selected}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Checked_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"DisabledChecked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"InnerBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Background"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_DisabledChecked}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOverChecked"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:00.115"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"CommonStatesWrapper"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOverChecked_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOver"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"CommonStatesWrapper"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Pressed"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"CommonStatesWrapper"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"InnerBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Background"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"NoneVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"Transparent"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"NormalVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlOuterBorder_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlInnerBorder_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"{StaticResource ControlBackground_Normal_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"MouseOverVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"CommonStatesWrapper"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlOuterBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlInnerBorder_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"{StaticResource ControlBackground_MouseOver_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"PressedVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"CommonStatesWrapper"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlOuterBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlInnerBorder_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[0].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop0}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[1].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop1}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[2].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop2}"
/>
</
ColorAnimationUsingKeyFrames
>
<
ColorAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.GradientStops)[3].(GradientStop.Color)"
>
<
SplineColorKeyFrame
KeyTime
=
"00:00:00.050"
Value
=
"{StaticResource ControlBackground_Pressed_Stop3}"
/>
</
ColorAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"DisabledVertical"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"Opacity"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0:0:0"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.Background).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonOuterBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
PointAnimationUsingKeyFrames
Storyboard.TargetName
=
"AnimatedCommonInnerBorder"
Storyboard.TargetProperty
=
"(Border.BorderBrush).(GradientBrush.EndPoint)"
>
<
DiscretePointKeyFrame
KeyTime
=
"0:0:0"
Value
=
"1,0"
/>
</
PointAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlOuterBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"InnerBorder"
Storyboard.TargetProperty
=
"BorderBrush"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlInnerBorder_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"OuterBorder"
Storyboard.TargetProperty
=
"Background"
Duration
=
"0:0:0"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
Value
=
"{StaticResource ControlBackground_Disabled}"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStatesGroup"
>
<
VisualState
x:Name
=
"Unfocused"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"FocusVisual"
Storyboard.TargetProperty
=
"Visibility"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"00:00:00.150"
>
<
DiscreteObjectKeyFrame.Value
>
<
Visibility
>Collapsed</
Visibility
>
</
DiscreteObjectKeyFrame.Value
>
</
DiscreteObjectKeyFrame
>
</
ObjectAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"FocusVisual"
Storyboard.TargetProperty
=
"Opacity"
>
<
LinearDoubleKeyFrame
KeyTime
=
"00:00:00.150"
Value
=
"0"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Focused"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Storyboard.TargetName
=
"FocusVisual"
Storyboard.TargetProperty
=
"Visibility"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
>
<
DiscreteObjectKeyFrame.Value
>
<
Visibility
>Visible</
Visibility
>
</
DiscreteObjectKeyFrame.Value
>
</
DiscreteObjectKeyFrame
>
</
ObjectAnimationUsingKeyFrames
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetName
=
"FocusVisual"
Storyboard.TargetProperty
=
"Opacity"
>
<
LinearDoubleKeyFrame
KeyTime
=
"00:00:00.115"
Value
=
"1"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
x:Name
=
"OuterBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
BorderBrush
=
"{TemplateBinding BorderBrush}"
Background
=
"{TemplateBinding Background}"
>
<
Border
x:Name
=
"InnerBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
BorderBrush
=
"{StaticResource ControlInnerBorder_Normal}"
/>
</
Border
>
<
Border
x:Name
=
"AnimatedCommonOuterBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
>
<
Border.BorderBrush
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FF848484"
Offset
=
"{StaticResource ControlOuterBorderGradientStop0}"
/>
<
GradientStop
Color
=
"#FF848484"
Offset
=
"{StaticResource ControlOuterBorderGradientStop1}"
/>
</
LinearGradientBrush
>
</
Border.BorderBrush
>
<
Border.Background
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlBackgroundGradientStop0}"
/>
<
GradientStop
Color
=
"#FFDCDCDC"
Offset
=
"{StaticResource ControlBackgroundGradientStop1}"
/>
<
GradientStop
Color
=
"#FFADADAD"
Offset
=
"{StaticResource ControlBackgroundGradientStop2}"
/>
<
GradientStop
Color
=
"#FFD4D4D4"
Offset
=
"{StaticResource ControlBackgroundGradientStop3}"
/>
</
LinearGradientBrush
>
</
Border.Background
>
<
Border
x:Name
=
"AnimatedCommonInnerBorder"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
>
<
Border.BorderBrush
>
<
LinearGradientBrush
EndPoint
=
"0,1"
StartPoint
=
"0,0"
>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlInnerBorderGradientStop0}"
/>
<
GradientStop
Color
=
"#FFFFFFFF"
Offset
=
"{StaticResource ControlInnerBorderGradientStop1}"
/>
</
LinearGradientBrush
>
</
Border.BorderBrush
>
</
Border
>
</
Border
>
<
Border
x:Name
=
"CommonStatesWrapper"
>
<
Border
x:Name
=
"FocusVisual"
Visibility
=
"Collapsed"
Opacity
=
"0"
BorderThickness
=
"{TemplateBinding BorderThickness}"
CornerRadius
=
"{TemplateBinding CornerRadius}"
BorderBrush
=
"{StaticResource ControlOuterBorder_Focused}"
Background
=
"{StaticResource ControlBackground_Focused}"
>
<
Border
x:Name
=
"FocusInnerVisual"
BorderThickness
=
"1"
CornerRadius
=
"{TemplateBinding InnerCornerRadius}"
BorderBrush
=
"{StaticResource ControlInnerBorder_Focused}"
/>
</
Border
>
</
Border
>
</
Grid
>
</
ControlTemplate
>
<
ControlTemplate
x:Key
=
"TopLevelHeaderTemplate"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
x:Name
=
"RootElement"
Margin
=
"{StaticResource MenuTopLevelItemMargin}"
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStates"
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetName
=
"ContentGrid"
Storyboard.TargetProperty
=
"Background"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"ContentGrid"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0"
Value
=
"0.5"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStates"
>
<
VisualState
x:Name
=
"Unfocused"
/>
<
VisualState
x:Name
=
"Focused"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"CheckStates"
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Tick"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Collapsed"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Unchecked"
/>
<
VisualState
x:Name
=
"HideIcon"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
/>
<
Telerik_Windows_Controls_Chromes:ButtonChrome
x:Name
=
"SelectionChrome"
Grid.ColumnSpan
=
"3"
CornerRadius
=
"{StaticResource SplitButton_SpanCornerRadius}"
RenderNormal
=
"False"
RenderMouseOver
=
"{TemplateBinding IsHighlighted}"
RenderPressed
=
"{TemplateBinding IsSubmenuOpen}"
telerik:StyleManager.Theme
=
"{StaticResource Theme}"
Template
=
"{StaticResource HeaderChrome}"
/>
<
Grid
x:Name
=
"ContentGrid"
Margin
=
"{TemplateBinding Padding}"
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
/>
<
ColumnDefinition
/>
</
Grid.ColumnDefinitions
>
<
Path
x:Name
=
"Tick"
Grid.Column
=
"0"
Data
=
"M 0,5.1 L 1.7,5.2 L 3.4,7.1 L 8,0.4 L 9.2,0 L 3.3,10.8 Z"
Fill
=
"{TemplateBinding Foreground}"
Margin
=
"0 0 4 0"
Visibility
=
"Collapsed"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Icon"
Content
=
"{TemplateBinding Icon}"
Grid.Column
=
"0"
Margin
=
"0 0 4 0"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Content"
ContentTemplate
=
"{TemplateBinding HeaderTemplate}"
Content
=
"{TemplateBinding Header}"
Grid.Column
=
"1"
HorizontalAlignment
=
"{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment
=
"{TemplateBinding VerticalContentAlignment}"
/>
</
Grid
>
<
Popup
x:Name
=
"PART_Popup"
HorizontalOffset
=
"-1"
VerticalOffset
=
"-1"
>
<
Grid
>
<
Grid
x:Name
=
"PopupContentElement"
Margin
=
"0 0 3 3"
Background
=
"Black"
>
<
Telerik_Windows_Controls_Chromes:ShadowChrome
telerik:StyleManager.Theme
=
"{StaticResource Theme}"
/>
<
Border
BorderBrush
=
"{StaticResource MenuPopupOuterBorder}"
BorderThickness
=
"1"
Background
=
"{StaticResource MenuPopupBackground}"
>
<
Grid
>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsBackground}"
HorizontalAlignment
=
"Left"
Width
=
"27"
/>
<
Grid
HorizontalAlignment
=
"Left"
Margin
=
"{StaticResource MenuPopupIconsSeparatorMargin}"
Width
=
"2"
>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsSeparatorLeft}"
HorizontalAlignment
=
"Left"
Width
=
"1"
/>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsSeparatorRight}"
HorizontalAlignment
=
"Right"
Width
=
"1"
/>
</
Grid
>
<
ItemsPresenter
Margin
=
"1"
/>
</
Grid
>
</
Border
>
</
Grid
>
</
Grid
>
</
Popup
>
</
Grid
>
</
ControlTemplate
>
<
ControlTemplate
x:Key
=
"TopLevelItemTemplate"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
x:Name
=
"RootElement"
Margin
=
"{StaticResource MenuTopLevelItemMargin}"
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStates"
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"ContentGrid"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0"
Value
=
"0.5"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetName
=
"ContentGrid"
Storyboard.TargetProperty
=
"Background"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStates"
>
<
VisualState
x:Name
=
"Unfocused"
/>
<
VisualState
x:Name
=
"Focused"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"CheckStates"
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Tick"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Collapsed"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Unchecked"
/>
<
VisualState
x:Name
=
"HideIcon"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
/>
<
Telerik_Windows_Controls_Chromes:ButtonChrome
x:Name
=
"SelectionChrome"
Grid.ColumnSpan
=
"3"
CornerRadius
=
"{StaticResource SplitButton_SpanCornerRadius}"
RenderNormal
=
"False"
RenderMouseOver
=
"{TemplateBinding IsHighlighted}"
RenderPressed
=
"{TemplateBinding IsFocused}"
telerik:StyleManager.Theme
=
"{StaticResource Theme}"
Style
=
"{StaticResource MenuHoverChrome}"
Template
=
"{StaticResource HeaderChrome}"
/>
<
Grid
x:Name
=
"ContentGrid"
Margin
=
"{TemplateBinding Padding}"
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
/>
<
ColumnDefinition
/>
</
Grid.ColumnDefinitions
>
<
Path
x:Name
=
"Tick"
Grid.Column
=
"0"
Data
=
"M 0,5.1 L 1.7,5.2 L 3.4,7.1 L 8,0.4 L 9.2,0 L 3.3,10.8 Z"
Fill
=
"{TemplateBinding Foreground}"
Margin
=
"0 0 4 0"
Visibility
=
"Collapsed"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Icon"
Content
=
"{TemplateBinding Icon}"
Grid.Column
=
"0"
Margin
=
"0 0 4 0"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Content"
ContentTemplate
=
"{TemplateBinding HeaderTemplate}"
Content
=
"{TemplateBinding Header}"
Grid.Column
=
"1"
HorizontalAlignment
=
"{TemplateBinding HorizontalContentAlignment}"
VerticalAlignment
=
"{TemplateBinding VerticalContentAlignment}"
/>
</
Grid
>
</
Grid
>
</
ControlTemplate
>
<
SolidColorBrush
x:Key
=
"ButtonIconBackground_Normal"
Color
=
"#FFFFFFFF"
/>
<
SolidColorBrush
x:Key
=
"ButtonIconForeground_Normal"
Color
=
"#FF000000"
/>
<
Thickness
x:Key
=
"MenuSubItemMargin"
>2</
Thickness
>
<
ControlTemplate
x:Key
=
"SubMenuHeaderTemplate"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
x:Name
=
"RootElement"
Background
=
"{TemplateBinding Background}"
Margin
=
"{StaticResource MenuSubItemMargin}"
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStates"
>
<
VisualState
x:Name
=
"Highlighted"
/>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"ContentGrid"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0"
Value
=
"0.5"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStates"
>
<
VisualState
x:Name
=
"Unfocused"
/>
<
VisualState
x:Name
=
"Focused"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"CheckStates"
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Collapsed"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Unchecked"
/>
<
VisualState
x:Name
=
"HideIcon"
/>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
/>
<
Telerik_Windows_Controls_Chromes:ButtonChrome
x:Name
=
"SelectionChrome"
Grid.ColumnSpan
=
"3"
CornerRadius
=
"{StaticResource SplitButton_SpanCornerRadius}"
RenderNormal
=
"False"
RenderHighlighted
=
"{TemplateBinding IsHighlighted}"
telerik:StyleManager.Theme
=
"{StaticResource Theme}"
Style
=
"{StaticResource MenuHoverChrome}"
/>
<
Grid
x:Name
=
"ContentGrid"
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
=
"26"
/>
<
ColumnDefinition
Width
=
"*"
/>
<
ColumnDefinition
Width
=
"Auto"
/>
</
Grid.ColumnDefinitions
>
<
ContentPresenter
x:Name
=
"Icon"
Content
=
"{TemplateBinding Icon}"
Grid.Column
=
"0"
HorizontalAlignment
=
"Center"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Content"
ContentTemplate
=
"{TemplateBinding HeaderTemplate}"
Content
=
"{TemplateBinding Header}"
Grid.Column
=
"1"
HorizontalAlignment
=
"{TemplateBinding HorizontalContentAlignment}"
Margin
=
"{TemplateBinding Padding}"
VerticalAlignment
=
"{TemplateBinding VerticalContentAlignment}"
/>
<
Path
x:Name
=
"ExpandIconBackground"
Grid.Column
=
"2"
Data
=
"M0,0 L0,7 1,7 1,6 2,6 2,5 3,5 3,4 4,4 4,3 3,3 3,2 2,2 2,1 1,1 1,0 z"
Fill
=
"{StaticResource ButtonIconBackground_Normal}"
Height
=
"7"
Margin
=
"6 7 6 5"
VerticalAlignment
=
"Center"
Width
=
"4"
d:IsHidden
=
"True"
/>
<
Path
x:Name
=
"ExpandIconForeground"
Grid.Column
=
"2"
Data
=
"M0,0 L0,7 1,7 1,6 2,6 2,5 3,5 3,4 4,4 4,3 3,3 3,2 2,2 2,1 1,1 1,0 z"
Fill
=
"{StaticResource ButtonIconForeground_Normal}"
Height
=
"7"
Margin
=
"6 6 6 6"
VerticalAlignment
=
"Center"
Width
=
"4"
/>
</
Grid
>
<
Popup
x:Name
=
"PART_Popup"
HorizontalOffset
=
"-1"
VerticalOffset
=
"-1"
>
<
Grid
>
<
Grid
x:Name
=
"PopupContentElement"
Margin
=
"0 0 3 3"
>
<
Telerik_Windows_Controls_Chromes:ShadowChrome
telerik:StyleManager.Theme
=
"{StaticResource Theme}"
/>
<
Border
BorderBrush
=
"{StaticResource MenuPopupOuterBorder}"
BorderThickness
=
"1"
Background
=
"{StaticResource MenuPopupBackground}"
>
<
Grid
>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsBackground}"
HorizontalAlignment
=
"Left"
Width
=
"27"
/>
<
Grid
HorizontalAlignment
=
"Left"
Margin
=
"{StaticResource MenuPopupIconsSeparatorMargin}"
Width
=
"2"
>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsSeparatorLeft}"
HorizontalAlignment
=
"Left"
Width
=
"1"
/>
<
Rectangle
Fill
=
"{StaticResource MenuPopupIconsSeparatorRight}"
HorizontalAlignment
=
"Right"
Width
=
"1"
/>
</
Grid
>
<
ItemsPresenter
Margin
=
"1"
/>
</
Grid
>
</
Border
>
</
Grid
>
</
Grid
>
</
Popup
>
</
Grid
>
</
ControlTemplate
>
<
ControlTemplate
x:Key
=
"SubMenuItemTemplate"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
x:Name
=
"RootElement"
Background
=
"{TemplateBinding Background}"
Margin
=
"{StaticResource MenuSubItemMargin}"
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStates"
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetName
=
"ContentGrid"
Storyboard.TargetProperty
=
"Background"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"ContentGrid"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0"
Value
=
"0.5"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStates"
>
<
VisualState
x:Name
=
"Unfocused"
/>
<
VisualState
x:Name
=
"Focused"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"CheckStates"
>
<
VisualState
x:Name
=
"Checked"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Tick"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Collapsed"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Unchecked"
/>
<
VisualState
x:Name
=
"HideIcon"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0"
Storyboard.TargetProperty
=
"Visibility"
Storyboard.TargetName
=
"Icon"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0"
Value
=
"Visible"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
/>
<
Telerik_Windows_Controls_Chromes:ButtonChrome
x:Name
=
"SelectionChrome"
Grid.ColumnSpan
=
"3"
CornerRadius
=
"{StaticResource SplitButton_SpanCornerRadius}"
RenderNormal
=
"False"
RenderHighlighted
=
"{TemplateBinding IsHighlighted}"
Style
=
"{StaticResource MenuHoverChrome}"
/>
<
Grid
x:Name
=
"ContentGrid"
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
=
"26"
/>
<
ColumnDefinition
Width
=
"*"
/>
</
Grid.ColumnDefinitions
>
<
Path
x:Name
=
"Tick"
Grid.Column
=
"0"
Data
=
"M 0,5.1 L 1.7,5.2 L 3.4,7.1 L 8,0.4 L 9.2,0 L 3.3,10.8 Z"
Fill
=
"{TemplateBinding Foreground}"
HorizontalAlignment
=
"Center"
Visibility
=
"Collapsed"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Icon"
Content
=
"{TemplateBinding Icon}"
Grid.Column
=
"0"
HorizontalAlignment
=
"Center"
VerticalAlignment
=
"Center"
/>
<
ContentPresenter
x:Name
=
"Content"
ContentTemplate
=
"{TemplateBinding HeaderTemplate}"
Content
=
"{TemplateBinding Header}"
Grid.Column
=
"1"
HorizontalAlignment
=
"{TemplateBinding HorizontalContentAlignment}"
Margin
=
"{TemplateBinding Padding}"
VerticalAlignment
=
"{TemplateBinding VerticalContentAlignment}"
/>
</
Grid
>
</
Grid
>
</
ControlTemplate
>
<
SolidColorBrush
x:Key
=
"MenuItemSeparatorTop"
Color
=
"#FF848484"
/>
<
SolidColorBrush
x:Key
=
"MenuItemSeparatorBottom"
Color
=
"Transparent"
/>
<
Thickness
x:Key
=
"MenuItemSeparatorMargin"
>31 4 4 3</
Thickness
>
<
ControlTemplate
x:Key
=
"SeparatorTemplate"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
Height
=
"2"
Margin
=
"{StaticResource MenuItemSeparatorMargin}"
>
<
Rectangle
Fill
=
"{StaticResource MenuItemSeparatorTop}"
Height
=
"1"
VerticalAlignment
=
"Top"
/>
<
Rectangle
Fill
=
"{StaticResource MenuItemSeparatorBottom}"
Height
=
"1"
VerticalAlignment
=
"Bottom"
/>
</
Grid
>
</
ControlTemplate
>
<
Style
x:Key
=
"RadMenuItemStyle1"
TargetType
=
"telerik:RadMenuItem"
>
<
Setter
Property
=
"Padding"
Value
=
"{StaticResource MenuItemPadding}"
/>
<
Setter
Property
=
"Background"
Value
=
"Transparent"
/>
<
Setter
Property
=
"BorderBrush"
Value
=
"{StaticResource PanelBorderBrush}"
/>
<
Setter
Property
=
"BorderThickness"
Value
=
"0"
/>
<
Setter
Property
=
"TopLevelHeaderTemplateKey"
Value
=
"{StaticResource TopLevelHeaderTemplate}"
/>
<
Setter
Property
=
"TopLevelItemTemplateKey"
Value
=
"{StaticResource TopLevelItemTemplate}"
/>
<
Setter
Property
=
"SubmenuHeaderTemplateKey"
Value
=
"{StaticResource SubMenuHeaderTemplate}"
/>
<
Setter
Property
=
"SubmenuItemTemplateKey"
Value
=
"{StaticResource SubMenuItemTemplate}"
/>
<
Setter
Property
=
"SeparatorTemplateKey"
Value
=
"{StaticResource SeparatorTemplate}"
/>
<
Setter
Property
=
"Template"
Value
=
"{StaticResource SubMenuItemTemplate}"
/>
<
Setter
Property
=
"HorizontalContentAlignment"
Value
=
"Left"
/>
<
Setter
Property
=
"VerticalContentAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"Telerik_Windows_Controls_Animation:AnimationManager.AnimationSelector"
>
<
Setter.Value
>
<
Telerik_Windows_Controls_Animation:AnimationSelector
>
<
Telerik_Windows_Controls_Animation:SlideAnimation
AnimationName
=
"Expand"
Direction
=
"In"
SlideMode
=
"Top"
TargetElementName
=
"PopupContentElement"
/>
</
Telerik_Windows_Controls_Animation:AnimationSelector
>
</
Setter.Value
>
</
Setter
>
<
Setter
Property
=
"Foreground"
Value
=
"{StaticResource MenuPopupForeground}"
/>
</
Style
>
<
Style
x:Key
=
"TextNotCompleteStyle"
TargetType
=
"TextBlock"
>
<
Setter
Property
=
"Foreground"
Value
=
"#ffd300"
/>
<
Setter
Property
=
"FontWeight"
Value
=
"Bold"
/>
<
Setter
Property
=
"FontSize"
Value
=
"12"
/>
<
Setter
Property
=
"FontStyle"
Value
=
"Italic"
/>
<
Setter
Property
=
"VerticalAlignment"
Value
=
"Center"
/>
<
Setter
Property
=
"Margin"
Value
=
"0"
/>
</
Style
>
<
ControlTemplate
x:Key
=
"SubMenuItemNoLCol"
TargetType
=
"telerik:RadMenuItem"
>
<
Grid
x:Name
=
"RootElement"
Background
=
"{TemplateBinding Background}"
Margin
=
"{StaticResource MenuSubItemMargin}"
>
<
VisualStateManager.VisualStateGroups
>
<
VisualStateGroup
x:Name
=
"CommonStates"
>
<
VisualState
x:Name
=
"Highlighted"
>
<
Storyboard
>
<
ObjectAnimationUsingKeyFrames
Duration
=
"0:0:0"
Storyboard.TargetName
=
"ContentGrid"
Storyboard.TargetProperty
=
"Background"
>
<
DiscreteObjectKeyFrame
KeyTime
=
"0:0:0"
/>
</
ObjectAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Disabled"
>
<
Storyboard
>
<
DoubleAnimationUsingKeyFrames
Storyboard.TargetProperty
=
"Opacity"
Storyboard.TargetName
=
"ContentGrid"
>
<
DiscreteDoubleKeyFrame
KeyTime
=
"0"
Value
=
"0.5"
/>
</
DoubleAnimationUsingKeyFrames
>
</
Storyboard
>
</
VisualState
>
<
VisualState
x:Name
=
"Normal"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"FocusStates"
>
<
VisualState
x:Name
=
"Unfocused"
/>
<
VisualState
x:Name
=
"Focused"
/>
</
VisualStateGroup
>
<
VisualStateGroup
x:Name
=
"CheckStates"
>
<
VisualState
x:Name
=
"Checked"
/>
<
VisualState
x:Name
=
"Unchecked"
/>
<
VisualState
x:Name
=
"HideIcon"
/>
</
VisualStateGroup
>
</
VisualStateManager.VisualStateGroups
>
<
Border
BorderBrush
=
"{TemplateBinding BorderBrush}"
BorderThickness
=
"{TemplateBinding BorderThickness}"
Background
=
"{TemplateBinding Background}"
/>
<
Telerik_Windows_Controls_Chromes:ButtonChrome
x:Name
=
"SelectionChrome"
Grid.ColumnSpan
=
"3"
CornerRadius
=
"{StaticResource SplitButton_SpanCornerRadius}"
RenderNormal
=
"False"
RenderHighlighted
=
"{TemplateBinding IsHighlighted}"
Style
=
"{StaticResource MenuHoverChrome}"
/>
<
Grid
x:Name
=
"ContentGrid"
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
Width
=
"*"
/>
</
Grid.ColumnDefinitions
>
<
ContentPresenter
x:Name
=
"Content"
ContentTemplate
=
"{TemplateBinding HeaderTemplate}"
Content
=
"{TemplateBinding Header}"
Grid.Column
=
"1"
HorizontalAlignment
=
"{TemplateBinding HorizontalContentAlignment}"
Margin
=
"{TemplateBinding Padding}"
VerticalAlignment
=
"{TemplateBinding VerticalContentAlignment}"
/>
</
Grid
>
</
Grid
>
</
ControlTemplate
>
</
UserControl.Resources
>
<
Grid
x:Name
=
"LayoutRoot"
Style
=
"{StaticResource LayoutRootGridStyle}"
>
<
Border
x:Name
=
"ContentBorder"
Style
=
"{StaticResource ContentBorderStyle}"
>
<
ScrollViewer
BorderThickness
=
"0"
VerticalScrollBarVisibility
=
"Auto"
HorizontalScrollBarVisibility
=
"Auto"
Padding
=
"0"
>
<
navigation:Frame
x:Name
=
"ContentFrame"
Style
=
"{StaticResource ContentFrameStyle}"
Navigating
=
"ContentFrame_Navigating"
Source
=
"/Home"
Navigated
=
"ContentFrame_Navigated"
NavigationFailed
=
"ContentFrame_NavigationFailed"
Background
=
"White"
>
<
navigation:Frame.UriMapper
>
<
uriMapper:UriMapper
>
<
uriMapper:UriMapping
Uri
=
""
MappedUri
=
"/Views/Performance/Dashboard.xaml"
/>
<
uriMapper:UriMapping
Uri
=
"/Home"
MappedUri
=
"/Views/Performance/Dashboard.xaml"
/>
<
uriMapper:UriMapping
Uri
=
"/{pageName}"
MappedUri
=
"/Views/{pageName}.xaml"
/>
</
uriMapper:UriMapper
>
</
navigation:Frame.UriMapper
>
</
navigation:Frame
>
</
ScrollViewer
>
</
Border
>
<
Grid
Style
=
"{StaticResource NavigationOuterGridStyle}"
>
<
Grid
x:Name
=
"NavigationGrid"
Style
=
"{StaticResource NavigationGridStyle}"
Background
=
"#FF222222"
>
<
Grid.Resources
>
<
Helpers:VisibilityConverter
x:Key
=
"VisibilityConverter"
/>
</
Grid.Resources
>
<!-- <Border x:Name="BrandingBorder" Style="{StaticResource BrandingBorderStyle}">-->
<
HyperlinkButton
NavigateUri
=
"/Home"
ToolTipService.ToolTip
=
"Home"
HorizontalAlignment
=
"Left"
VerticalAlignment
=
"Center"
Foreground
=
"{x:Null}"
>
<
HyperlinkButton.Content
>
<
StackPanel
x:Name
=
"BrandingStackPanel"
Style
=
"{StaticResource BrandingStackPanelStyle}"
Height
=
"100"
Margin
=
"-1,0,0,0"
VerticalAlignment
=
"Top"
>
<!--<Image Source="Images/ORION-Logo-LYA-WT.png" Stretch="Fill" />-->
<
ContentControl
Style
=
"{StaticResource LogoIcon}"
Height
=
"100"
Width
=
"250"
Margin
=
"10,-5,10,5"
/>
<!--<Image Source="Images/ORION-Logo-LYA-WT.png" Stretch="Fill" />-->
</
StackPanel
>
</
HyperlinkButton.Content
>
</
HyperlinkButton
>
<!-- </Border>-->
<
Border
x:Name
=
"menuContainer"
Style
=
"{StaticResource MenuContainerStyle}"
Background
=
"{x:Null}"
Height
=
"12"
Margin
=
"0"
>
<
telerik:RadMenu
x:Name
=
"mainMenu"
ClickToOpen
=
"False"
BorderBrush
=
"#FF555555"
Margin
=
"0,0,0,-19"
Padding
=
"0"
Height
=
"30"
VerticalAlignment
=
"Bottom"
>
<
telerik:RadMenu.Background
>
<
LinearGradientBrush
EndPoint
=
"0.5,1"
StartPoint
=
"0.5,0"
>
<
GradientStop
Color
=
"#FF262525"
Offset
=
"1"
/>
<
GradientStop
Color
=
"#FF454545"
/>
</
LinearGradientBrush
>
</
telerik:RadMenu.Background
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemHome"
Header
=
"Home"
Click
=
"mnuItem_Click"
Tag
=
"/Home"
Foreground
=
"White"
FontSize
=
"11"
Style
=
"{StaticResource RadMenuItemStyle1}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemReports"
Header
=
"Reports"
IsCheckable
=
"False"
Foreground
=
"White"
FontSize
=
"11"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemSavings"
Header
=
"Savings"
Click
=
"mnuItem_Click"
Tag
=
"/Reports/Savings"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
SubmenuItemTemplateKey
=
"{StaticResource SubMenuItemNoLCol}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemInstallationImpact"
Header
=
"Installation Impact"
Click
=
"mnuItem_Click"
Tag
=
"/Reports/InstallationImpact"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemComparison"
Header
=
"Comparison"
Click
=
"mnuItem_Click"
Tag
=
"/Reports/Comparison"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemZoneUsages"
Header
=
"Zone Usage"
Click
=
"mnuItem_Click"
Tag
=
"/Reports/ZoneUsage"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemPowerMonitoring"
Header
=
"Power Monitoring"
Click
=
"mnuItem_Click"
Tag
=
"/PowerMonitoring/RealTimeMonitoring"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemConfiguration"
Header
=
"Configuration"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/Home"
Foreground
=
"White"
FontSize
=
"11"
Height
=
"30"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemDiscoverDevices"
Header
=
"Discover Devices"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/Commissioning/Setup"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem.Icon
>
<
TextBlock
Text
=
"X"
Style
=
"{StaticResource TextNotCompleteStyle}"
Visibility
=
"{Binding IsDeviceDiscoveryComplete, Converter={StaticResource VisibilityConverter}, ConverterParameter=false}"
/>
</
telerik:RadMenuItem.Icon
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemDefineZones"
Header
=
"Zone Setup"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/ZoneSetup/ZoneSetup"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem.Icon
>
<
TextBlock
Text
=
"X"
Style
=
"{StaticResource TextNotCompleteStyle}"
Visibility
=
"{Binding IsZoneSetupComplete, Converter={StaticResource VisibilityConverter}, ConverterParameter=false}"
/>
</
telerik:RadMenuItem.Icon
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemManageSchedules"
Header
=
"Manage Schedules"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/ZoneSchedule/ZoneSchedule"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem.Icon
>
<
TextBlock
Text
=
"X"
Style
=
"{StaticResource TextNotCompleteStyle}"
Visibility
=
"{Binding IsZoneScheduleComplete, Converter={StaticResource VisibilityConverter}, ConverterParameter=false}"
/>
</
telerik:RadMenuItem.Icon
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemZoneSavingsStrategy"
Header
=
"Zone Savings Strategy"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/ZoneSavingsStrategy/ZoneSavingsStrategy"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem.Icon
>
<
TextBlock
Text
=
"X"
Style
=
"{StaticResource TextNotCompleteStyle}"
Visibility
=
"{Binding IsZoneSavingsStrategyComplete, Converter={StaticResource VisibilityConverter}, ConverterParameter=false}"
/>
</
telerik:RadMenuItem.Icon
>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemMeterSetup"
Header
=
"Meter Setup"
Click
=
"mnuItem_Click"
Tag
=
"/PowerMonitoring/MeterSetup"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemDatasourceSetup"
Header
=
"Datasource Setup"
Click
=
"mnuItem_Click"
Tag
=
"/Reports/DatasourceConfig/EnergyDatasourceSetup"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
</
telerik:RadMenuItem
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemSchedule"
Header
=
"Schedules"
Click
=
"mnuItem_Click"
Tag
=
"/Configurations/ZoneSchedule/ZoneSchedule"
Foreground
=
"White"
FontSize
=
"11"
Height
=
"30"
Style
=
"{StaticResource RadMenuItemStyle1}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemDiagnostics"
Header
=
"Diagnostics"
Foreground
=
"White"
FontSize
=
"11"
Height
=
"30"
Style
=
"{StaticResource RadMenuItemStyle1}"
>
<
telerik:RadMenuItem
x:Name
=
"mnuItemAutomated"
Header
=
"Automated"
Click
=
"mnuItem_Click"
Tag
=
"/Diagnostic/Automated/AutomatedTest"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
<
telerik:RadMenuItem
x:Name
=
"mnuItemZoneControl"
Header
=
"Zone Control"
Click
=
"mnuItem_Click"
Tag
=
"/Diagnostic/Interactive/ZoneControl"
IsCheckable
=
"False"
Background
=
"#FF454545"
Style
=
"{StaticResource RadMenuItemStyle1}"
Template
=
"{StaticResource SubMenuItemNoLCol}"
/>
</
telerik:RadMenuItem
>
</
telerik:RadMenu
>
</
Border
>
<
Border
x:Name
=
"loginContainer"
Style
=
"{StaticResource LoginContainerStyle}"
Margin
=
"311,67,0,12"
VerticalAlignment
=
"Stretch"
>
<!-- LoginStatus will be added here in code behind. This is required for the designer view to work -->
</
Border
>
</
Grid
>
</
Grid
>
</
Grid
>
</
UserControl
>
0
Hi Elke,
I have modified the xaml that you send me (removed the missing StaticResources and added Visibility converter) and the project is working fine (tested in Win7 x64, IE8).
My guess is that this may be related to some IE tools/plugins installed on her machine. Without being able to reproduce it I can help further.
If you could find a way to reproduce it on other machines I will appreciate if you send me the steps.
Regards,
Hristo
the Telerik team
I have modified the xaml that you send me (removed the missing StaticResources and added Visibility converter) and the project is working fine (tested in Win7 x64, IE8).
My guess is that this may be related to some IE tools/plugins installed on her machine. Without being able to reproduce it I can help further.
If you could find a way to reproduce it on other machines I will appreciate if you send me the steps.
Regards,
Hristo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Christoph
Top achievements
Rank 1
answered on 22 Jul 2010, 09:18 AM
Hello,
me and my team got also bitten by this issue. Its easy to reproduce, you can see it happen also in your own demos. Open http://demos.telerik.com/silverlight/#Menu/FirstLook
with IE or Firefox. Then increase the browser zoom to 150% (or 125% or 75%). When you let the mouse hover over the menu items and let the mouse move slowly over the text, the sub menu flickers.
We use menu icons in our app and face the same issue.
Can you please figure out a workaround?
Thanks!
me and my team got also bitten by this issue. Its easy to reproduce, you can see it happen also in your own demos. Open http://demos.telerik.com/silverlight/#Menu/FirstLook
with IE or Firefox. Then increase the browser zoom to 150% (or 125% or 75%). When you let the mouse hover over the menu items and let the mouse move slowly over the text, the sub menu flickers.
We use menu icons in our app and face the same issue.
Can you please figure out a workaround?
Thanks!
0
Elke
Top achievements
Rank 1
answered on 22 Jul 2010, 02:40 PM
Wow Chris thanks for that! We have tested different zoom views here based on your post, and have been able to duplicate the issue by changing the zoom.
Please issue a fix!
Thanks!
Please issue a fix!
Thanks!
0
Hi Elke,
This looks like bug in the framework. We will try to find a workaround and will write back once we have more information. The issue is added in PITS. You can view it here. You can vote for it, track its status and see when it is going to be fixed.
If you have any other questions about our controls please feel free to contact us again.
Sincerely yours,
Konstantina
the Telerik team
This looks like bug in the framework. We will try to find a workaround and will write back once we have more information. The issue is added in PITS. You can view it here. You can vote for it, track its status and see when it is going to be fixed.
If you have any other questions about our controls please feel free to contact us again.
Sincerely yours,
Konstantina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Elke
Top achievements
Rank 1
answered on 23 Jul 2010, 01:58 PM
Thank you for staying on top of this! Appreciate it.