Table of Contents

Method FromName

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

FromName(string, Type)

Find a property from name

public static DependencyProperty FromName(string name, Type ownerType)

Parameters

name string

Name of the property

ownerType Type

Owner type of the property

Returns

DependencyProperty

Dependency property

Remarks

Search includes base classes of the provided type as well