DependencyProperty.PropertyType Property

Definition

Gets the Type of the value stored in the DependencyProperty.

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

Property Value

The Type of the value stored in the DependencyProperty.

Applies to