PersonPicture.DisplayNameProperty 属性

定义

标识 DisplayName 依赖属性。

public:
 static property DependencyProperty ^ DisplayNameProperty { DependencyProperty ^ get(); };
static DependencyProperty DisplayNameProperty();
public static DependencyProperty DisplayNameProperty { get; }
var dependencyProperty = PersonPicture.displayNameProperty;
Public Shared ReadOnly Property DisplayNameProperty As DependencyProperty

属性值

DisplayName 依赖属性的标识符。

适用于