Summary
Registers an element in the name scope.
- Namespace
- Avalonia
.Controls - Containing Type
- INameScope
Syntax
void Register(string name, object element)
Parameters
Name | Type | Description |
---|---|---|
name | string | The element name. |
element | object | The element. |
Return Value
Type | Description |
---|---|
void |