Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Model Namespace