DependencyPropertyDescriptor.PropertyType Property

Definition

Gets the represented Type of the dependency property.

public:
 virtual property Type ^ PropertyType { Type ^ get(); };
public override Type PropertyType { get; }
member this.PropertyType : Type
Public Overrides ReadOnly Property PropertyType As Type

Property Value

The Type of the dependency property.

Remarks

This property returns the Type that the dependency property was registered with.

Applies to