Represents a paragraph of text.
Inherits: UIElement : UIElementBase
Content property: Inlines
| 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 | ||
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).