TimelineGroup.Children Propiedad

Definición

Obtiene o establece la colección de objetos Timeline que sean elementos secundarios directos de TimelineGroup.

public:
 property System::Windows::Media::Animation::TimelineCollection ^ Children { System::Windows::Media::Animation::TimelineCollection ^ get(); void set(System::Windows::Media::Animation::TimelineCollection ^ value); };
public System.Windows.Media.Animation.TimelineCollection Children { get; set; }
member this.Children : System.Windows.Media.Animation.TimelineCollection with get, set
Public Property Children As TimelineCollection

Valor de propiedad

TimelineCollection

Objetos Timeline secundarios de TimelineGroup. El valor predeterminado es null.

Comentarios

Información sobre propiedades de dependencia

Campo identificador ChildrenProperty
Propiedades de metadatos establecidas en true None

Se aplica a