C# 클래스 SilverlightFX.UserInterface.HoverEffect

Plays an effect whenever the mouse enters or leaves the associated element.
상속: AnimationEffectBehavior
파일 보기 프로젝트 열기: nikhilk/silverlightfx

보호된 메소드들

메소드 설명
OnAttach ( ) : void
OnDetach ( ) : void

비공개 메소드들

메소드 설명
OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

메소드 상세

OnAttach() 보호된 메소드

protected OnAttach ( ) : void
리턴 void

OnDetach() 보호된 메소드

protected OnDetach ( ) : void
리턴 void