Class UIElementExtensions
A class that implements UI Element Extension methods.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public static class UIElementExtensions
Methods
View SourceOnceVisible(UIElement, Action)
Queue an action to execute once the view is visible.
Declaration
public static void OnceVisible(this UIElement view, Action action)
Parameters
| Type | Name | Description |
|---|---|---|
| UIElement | view | The view being extended. |
| Action | action | The action to execute. |