This is a migrated thread and some comments may be shown as answers.

Mouse over state of RadButton

0 Answers 122 Views
Buttons
This is a migrated thread and some comments may be shown as answers.
Jackey
Top achievements
Rank 1
Jackey asked on 11 Apr 2015, 12:18 PM

Hi team,

I am reading the implicite style of radbutton, and find that the storyborad of mouse over state is below

 

<VisualState x:Name="MouseOver">
                                    <Storyboard>
                                        <DoubleAnimation Duration="0" To="1" Storyboard.TargetProperty="(UIElement.Opacity)" Storyboard.TargetName="OuterMouseOverBorder"/>
                                    </Storyboard>
                                </VisualState>

And my question is why use UIElement.Opacity here instead just Opacity, like other states' storyborad do?

Thanks,

Jingfei

 

No answers yet. Maybe you can help?

Tags
Buttons
Asked by
Jackey
Top achievements
Rank 1
Share this question
or