Clock.Parent 属性

定义

获取此时钟的父时钟。

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

属性值

此时钟的父时钟;如果此时钟为根时钟,则为 null

适用于