StyledPropertyBase<TValue>.

StyledPropertyBase(StyledPropertyBase<TValue>, Type) Constructor

Summary

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

Syntax

protected StyledPropertyBase(StyledPropertyBase<TValue> source, Type ownerType)

Parameters

Name Type Description
source StyledPropertyBase<TValue> The property to add the owner to.
ownerType Type The type of the class that registers the property.

Return Value

Type Description
void