Table of Contents

Method FindOrCreateAttachedProperty

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

FindOrCreateAttachedProperty(Type, string)

Finds the specified property, or creates it if it doesn't exist.

public XamlProperty FindOrCreateAttachedProperty(Type ownerType, string propertyName)

Parameters

ownerType Type
propertyName string

Returns

XamlProperty