DependencyProperty.PropertyType 属性

定义

获取 Type 中存储的值的 DependencyProperty

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

属性值

Type

Type 中存储的值的 DependencyProperty

适用于