Table of Contents

Method GetProperty

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

GetProperty(string)

Gets the design item property with the specified name.

public abstract DesignItemProperty GetProperty(string name)

Parameters

name string

Returns

DesignItemProperty

GetProperty(DependencyProperty)

Gets the design item property representing the specified dependency property. The property must not be an attached property.

public DesignItemProperty GetProperty(DependencyProperty dependencyProperty)

Parameters

dependencyProperty DependencyProperty

Returns

DesignItemProperty