DependencyPropertyServices.GetDependencyProperty Method (Type, String) |
Namespace: PostSharp.Patterns.Xaml
Assembly: PostSharp.Patterns.Xaml (in PostSharp.Patterns.Xaml.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static DependencyProperty GetDependencyProperty( Type type, string propertyName )
Parameters
- type
- Type: System.Type
The type for which the dependency property was registered. - propertyName
- Type: System.String
The name of the property.
Return Value
Type: DependencyPropertyThe DependencyProperty instance.