DependencyProperty.OwnerType Property

Definition

Gets the Type of the DependencyProperty.

public:
 property Type ^ OwnerType { Type ^ get(); };
public Type OwnerType { get; }
member this.OwnerType : Type
Public ReadOnly Property OwnerType As Type

Property Value

The Type of the DependencyProperty.

Applies to