Find Method
Finds a named element in the name scope, returns immediately, doesn't traverse the name scope stack
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? Find(
string name
)
Public Function Find (
name As String
) As Object
abstract Find :
name : string -> Object
override Find :
name : string -> Object
Parameters
- String
- The name.
Return Value
Object
The element, or null if the name was not found.