NameScope.

Register(string, object) Method

Summary

Registers an element in the name scope.
Namespace
Avalonia.Controls
Containing Type
NameScope

Syntax

public void Register(string name, object element)

Parameters

Name Type Description
name string The element name.
element object The element.

Return Value

Type Description
void