Animation.childrenAnimations Field

Definition

Collection of child animations associated to this animation.

protected: System::Collections::Generic::List<Microsoft::Maui::Animations::Animation ^> ^ childrenAnimations;
protected System.Collections.Generic.List<Microsoft.Maui.Animations.Animation> childrenAnimations;
val mutable childrenAnimations : System.Collections.Generic.List<Microsoft.Maui.Animations.Animation>
Protected childrenAnimations As List(Of Animation) 

Field Value

Applies to