MarkupProperty.DependencyProperty Property

Definition

When overridden in a derived class, gets the DependencyProperty identifier for the markup property if the property is implemented as a dependency property.

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

Property Value

The dependency property identifier.

Remarks

The default behavior returns null.

Applies to