Click or drag to resize

VisualFadeToTransparencyDeep Method

Animate the transparency of a visual and all its descendants in a given time.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public void FadeToTransparencyDeep(
	double transparency,
	double seconds
)

Parameters

transparency  Double
The transparency at the end of the animation.
seconds  Double
The number of seconds to animate the transparency over.
See Also