ControlExtensions Class
Adds common functionality to Control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static class ControlExtensions
<ExtensionAttribute>
Public NotInheritable Class ControlExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ControlExtensions = class end
Inheritance | Object → ControlExtensions |
Methods
BringIntoView(Control) | Tries to bring the control into view. |
BringIntoView(Control, Rect) | Tries to bring the control into view. |
FindControl(T)(Control, String) | Finds the named control in the scope of the specified control. |
GetControl(T)(Control, String) | Finds the named control in the scope of the specified control and throws if not found. |
Set(IPseudoClasses, String, IObservable(Boolean)) | Sets a pseudoclass depending on an observable trigger. |