C# 클래스 Rock.Wpf.WpfHelper

파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
FadeIn ( FrameworkElement control, int speed ) : void

Does a FadeIn of the control

FadeOut ( FrameworkElement control, int speed = 2000 ) : void

Does a FadeOut of the control

메소드 상세

FadeIn() 공개 정적인 메소드

Does a FadeIn of the control
public static FadeIn ( FrameworkElement control, int speed ) : void
control System.Windows.FrameworkElement The control.
speed int The speed.
리턴 void

FadeOut() 공개 정적인 메소드

Does a FadeOut of the control
public static FadeOut ( FrameworkElement control, int speed = 2000 ) : void
control System.Windows.FrameworkElement The control.
speed int The speed.
리턴 void