Table of Contents

Method GetAttachedProperty

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

GetAttachedProperty(Type, string)

Gets the attached property on the specified owner with the specified name.

public abstract DesignItemProperty GetAttachedProperty(Type ownerType, string name)

Parameters

ownerType Type
name string

Returns

DesignItemProperty

GetAttachedProperty(DependencyProperty)

Gets the design item property representing the specified attached dependency property.

public DesignItemProperty GetAttachedProperty(DependencyProperty dependencyProperty)

Parameters

dependencyProperty DependencyProperty

Returns

DesignItemProperty