ClockGroup.Children 属性

定义

获取此 ClockGroup 的子集合。

public:
 property System::Windows::Media::Animation::ClockCollection ^ Children { System::Windows::Media::Animation::ClockCollection ^ get(); };
public System.Windows.Media.Animation.ClockCollection Children { get; }
member this.Children : System.Windows.Media.Animation.ClockCollection
Public ReadOnly Property Children As ClockCollection

属性值

ClockCollection

表示此 ClockGroup 的子集的 ClockCollection

适用于