FindOrCreateAttachedProperty Method
FindOrCreateAttachedProperty(Type, String)
Finds the specified property, or creates it if it doesn't exist.
Declaration
public XamlProperty FindOrCreateAttachedProperty(Type ownerType, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
System.Type | ownerType | |
System.String | propertyName |
Returns
Type | Description |
---|---|
XamlProperty |