Gets the parent DependencyObject with which this dynamic is associated In other words, this method returns the visual object that is animated by this dynamic.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public DependencyObject GetParentElement()
Visual Basic
Public Function GetParentElement As DependencyObject
JScript
public function GetParentElement() : DependencyObject

Return Value

A DependencyObject.

See Also