MarkupProperty.DependencyProperty 属性

定义

在派生类中重写时,如果以依赖属性的形式实现标记属性,则获取该属性的 DependencyProperty 标识符。

public:
 virtual property System::Windows::DependencyProperty ^ DependencyProperty { System::Windows::DependencyProperty ^ get(); };
public virtual System.Windows.DependencyProperty DependencyProperty { get; }
member this.DependencyProperty : System.Windows.DependencyProperty
Public Overridable ReadOnly Property DependencyProperty As DependencyProperty

属性值

DependencyProperty

依赖属性标识符。

注解

默认行为返回 null

适用于