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: 15.0.2.11458
Syntaxpublic void FadeToTransparencyDeep(
double transparency,
double seconds
)
Parameters
- transparency
- Type: SystemDouble
The transparency at the end of the animation. - seconds
- Type: SystemDouble
The number of seconds to animate the transparency over.
See Also