This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.
Show Uno properties and methods

Classes

Resource uno

Resources are objects that are identified by a string key, either globally for your app or for certain pages/subtrees.

Template uno

Base class for objects that can create new objects of a certain kind.

UXAutoClassNameAttribute uno

Makes the UX compiler automatically assign the full qualified name of the current ux:Class to the decorated property.

UXAuxNameTableAttribute uno

When used on an attached property X, this makes the UX compiler automatically assign a valid NameTable instance to the targetProp if the property X is assigned a value in UX markup.

UXDataScopeAttribute uno

When used to decorate a property of UX expression type, the expression is in data scope.

UXNameScopeAttribute uno

When used to decorate a property of a UX expression type, identifiers are interpreted in data scope, while function calls are mapped to NamedFunctionCall. Arguments to the NamedFunctionCall are parsed in the global scope.

Delegates

Enums

Interfaces

Structs

Size uno

Denotes a size in points, pixels or percent of available space.

Size2 uno

Denotes a two-dimensional size in points, pixels or percent of available space.