DirectPropertyBase<TValue>.

DirectPropertyBase(DirectPropertyBase<TValue>, Type, AvaloniaPropertyMetadata) Constructor

Summary

Initializes a new instance of the DirectPropertyBase<TValue> class.
Namespace
Avalonia
Containing Type
DirectPropertyBase<TValue>

Syntax

protected DirectPropertyBase(DirectPropertyBase<TValue> source, Type ownerType, AvaloniaPropertyMetadata metadata)

Parameters

Name Type Description
source DirectPropertyBase<TValue> The property to copy.
ownerType Type The new owner type.
metadata AvaloniaPropertyMetadata Optional overridden metadata.

Return Value

Type Description
void