Share via


PropertyIdentifier.DependencyProperty Property

The dependency property this identifier represents.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property DependencyProperty As DependencyProperty
'Usage
Dim instance As PropertyIdentifier 
Dim value As DependencyProperty 

value = instance.DependencyProperty
public DependencyProperty DependencyProperty { get; }
public:
property DependencyProperty^ DependencyProperty {
    DependencyProperty^ get ();
}
public function get DependencyProperty () : DependencyProperty

Property Value

Type: System.Windows.DependencyProperty
The DependencyProperty represented by this identifier.

Remarks

This property can be nulla null reference (Nothing in Visual Basic) if the property identifier was not initialized with a dependency property.

.NET Framework Security

See Also

Reference

PropertyIdentifier Class

PropertyIdentifier Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture