Summary
Notifies the focus manager of a change in focus scope.
- Namespace
- Avalonia
.Input - Containing Type
- FocusManager
Syntax
public void SetFocusScope(IFocusScope scope)
Parameters
Name | Type | Description |
---|---|---|
scope | IFocusScope | The new focus scope. |
Return Value
Type | Description |
---|---|
void |