A2v10 Platform documentation
UK


Paragraph Element

Represents a paragraph of text.

Inherits: UIElement : UIElementBase

Content property: Inlines

Properties

Name Type Description
Inlines InlineCollection Content property. Collection of strings or Inline elements.
Small Boolean Reduced font. The specific font size depends on the user interface theme.
Color TextColor Text color.
Basic element properties

Description

The content of the Paragraph element can be formed from other elements (e. g., Span or Hyperlink), or from simple text strings. The text string is simply moved to the markup (no additional tags are added).