Summary
Adds common functionality to
IControl
.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ControlExtensions"]
class Type type-node
Syntax
public static class ControlExtensions
Methods
Name | Value | Summary |
---|---|---|
BringIntoView |
void |
Tries to bring the control into view.
static
|
BringIntoView |
void |
Tries to bring the control into view.
static
|
FindControl |
T |
Finds the named control in the scope of the specified control.
static
|
Set |
IDisposable |
Sets a pseudoclass depending on an observable trigger.
static
|