Storyboard.Children Propriedade

Definição

Obtém a coleção de objetos Timeline filho.

public:
 property TimelineCollection ^ Children { TimelineCollection ^ get(); };
TimelineCollection Children();
public TimelineCollection Children { get; }
var timelineCollection = storyboard.children;
Public ReadOnly Property Children As TimelineCollection
<Storyboard ...>
  oneOrMoreChildTimelines
</Storyboard>

Valor da propriedade

A coleção de objetos timeline filho. O padrão é uma coleção vazia.

Aplica-se a

Confira também