Table of Contents

Method AddOwner

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

AddOwner(Type)

Associate another owner type with this property

public DependencyProperty AddOwner(Type ownerType)

Parameters

ownerType Type

Additional owner type

Returns

DependencyProperty

This property

Remarks

The owner type is used when resolving a property by name (FromName(string, Type))

AddOwner(Type, PropertyMetadata)

Associate another owner type with this property

public DependencyProperty AddOwner(Type ownerType, PropertyMetadata typeMetadata)

Parameters

ownerType Type

Additional owner type

typeMetadata PropertyMetadata

Optional type metadata to override on owner's behalf

Returns

DependencyProperty

This property

Remarks

The owner type is used when resolving a property by name (FromName(string, Type))