TimelineGroup.Children プロパティ

定義

TimelineGroup の直接の子 Timeline オブジェクトのコレクションを取得または設定します。

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

プロパティ値

TimelineCollection

TimelineGroup の子 Timeline オブジェクト。 既定値は null です。

注釈

依存プロパティ情報

識別子フィールド ChildrenProperty
に設定されたメタデータ プロパティ true なし

適用対象