UtilFormsFade Method

Fades in or fades out a Form.

Definition

Namespace: DevCase.Core.Application.Forms
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void Fade(
	Form form,
	FadingEffect effect,
	double ms,
	double opacity
)

Parameters

form  Form
The Form.
effect  FadingEffect
The fading effect.
ms  Double
The time it takes to complete the fadiing effect, in milliseconds
opacity  Double
The target form opacity.

See Also