Clock::Parent Property

 

Gets the clock that is the parent of this clock.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property Clock^ Parent {
	Clock^ get();
}

Property Value

Type: System.Windows.Media.Animation::Clock^

The parent of this clock or null if this clock is a root.

.NET Framework
Available since 3.0
Return to top
Show: