Show Uno properties and methods

UX Classes

BringIntoView ux

Scrolls a fuse/controls/scrollview so that the target element becomes visible

Call ux

Calls a phone number

Callback ux

Calls a JavaScript function when a trigger is activated.

EvaluateJS ux

Evaluate a JavaScript snippet on a WebView and optionally get the result

LaunchEmail ux

Launch the default email application with an optional template

LaunchUri ux

Launch the default browser for an URL or open files with its corresponding default application

LoadHtml ux

Load arbitrary HTML into the webview.

LoadImage ux

LoadImage is a trigger action to fetch the image data for the ImageFill or Image. This Trigger action is useful when we set the AutoLoad property of the Image component or ImageFill brush to false to make it lazy load, and then using this trigger action to actually load it

LoadUrl ux

Loads a new URL into the WebView

Pause ux

Pause a video or timeline

Play ux

Resume or start a video or timeline

ReleaseFocus ux

Releases focus from the currently focused Element when activated.

ReleasePage ux

For navigation this indicates the page (Visual) is no longer required and can be reused, or discarded, by the container.

<ExitingAnimation>
    <Move X="1" RelativeTo="Size" Duration="0.3"/>
    <ReleasePage AtProgress="1"/>
</ExitingAnimation>

This is currently only necessary in a Navigator and PageView. You can safely call it on transitions used potentially also in a PageControl.

Reload ux

Reloads the currently loaded URL

Set<T> ux

Permanently changes the value of a property.

Show ux

Makes an Element visible by setting Visibility to Visible.

Sms ux

Send a message to a phone number

Stop ux

Stop a video or timeline.

Toggle ux

Toggles the state of a toggleable component.

TransitionLayout ux

Lets you create a temporary layout change. This can be used to do visual layout transitions without needing actual layout changes.

Classes

TriggerAction uno

Trigger actions performs an action at a given delay after a trigger is activated.

Delegates

Enums

Interfaces