A2v10 Platform documentation
UK


UIElementBase Abstract Element

Represents the user interface basic element.

Properties

Name Type Description
If Boolean? Include the element in the render stream.
Show Boolean? Display the element. Inversion of the Hide property.
Hide Boolean? Hide the element. Inversion of the Show property.
Margin Thickness Padding for the element.
Padding Thickness Fields for the element.
Wrap WrapMode Text wrapping.
Absolute Thickness The element absolute positioning.
Tip String Tooltip for the element.
Render RenderMode? Whether to include the element in the final markup and how exactly to do that. Unlike the If property, this property works on the server at the moment the markup is generated.
HtmlId String The identifier (id html attribute) for the element. Typically used for testing or for navigating between the elements using the $focus method of the IController.
XamlStyle StyleDescriptor The style of the element. Should always be a StyleResource binding.