C# Class Rock.Wpf.WpfHelper

Mostra file Open project: SparkDevNetwork/Rock

Public Methods

Method Description
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

Method Details

FadeIn() public static method

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

FadeOut() public static method

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.
return void