Gets the component instance that owns the property defined by this PropertyDefinition

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

Syntax

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

Return Value

A DependencyObject, or null if the component instance is not available.

See Also