Dela via


AttachedPropertyIdentity.Property Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the property that was attached.

Namespace:  Microsoft.Windows.Design.Documents.Identities
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

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

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

Property Value

Type: System.Windows.DependencyProperty

.NET Framework Security

See Also

Reference

AttachedPropertyIdentity Class

AttachedPropertyIdentity Members

Microsoft.Windows.Design.Documents.Identities Namespace

Other Resources

WPF Designer Extensibility

Attached Properties Overview