Gets the attached property on the specified owner with the specified name.
Declaration
public abstract DesignItemProperty GetAttachedProperty(Type ownerType, string name)
Parameters
Type |
Name |
Description |
System.Type |
ownerType |
|
System.String |
name |
|
Returns
Gets the design item property representing the specified attached dependency property.
Declaration
public DesignItemProperty GetAttachedProperty(DependencyProperty dependencyProperty)
Parameters
Type |
Name |
Description |
System.Windows.DependencyProperty |
dependencyProperty |
|
Returns