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 |
The property to add the owner to. |
ownerType | Type | The type of the class that registers the property. |
Return Value
Type | Description |
---|---|
void |