A2v10 Platform documentation
UK


Alert Control

Represents a message panel.

Inherits: UIElement : UIElementBase

Content property: Content

Properties

Name Type Description
Content Object Content property. Content of the panel. Can be either plain text or a control (UIElementBase).
Style AlertStyle Display style. Possible values (the specific appearance depends on the user interface theme):
  • Default - (default) Regular panel.
  • Success - Success (green).
  • Warning - Warning (orange).
  • Info - Information (blue).
  • Danger - Error (red).
  • Dark - Dark.
  • Light - Light.
Icon Icon The icon to be displayed in front of the content.
DropShadow ShadowStyle Type of the shadow.
Base item properties

Example

XAML

	

Result

An error occurred
Attention! Something happened
Operation completed successfully
More information about the problem Details...