📄️ Bold Class
Bold element - markup helper for indicating bolded content. Equivalent to a Span with FontWeight property set to FontWeights.Bold. Can contain other inline elements.
📄️ Inline Class
Inline element.
📄️ InlineCollection Class
A collection of Inlines.
📄️ InlineUIContainer Class
InlineUIContainer - a wrapper for embedded UIElements in text flow content inline collections
📄️ Italic Class
Italic element - markup helper for indicating italicized content. Equivalent to a Span with FontStyle property set to FontStyles.Italic. Can contain other inline elements.
📄️ LineBreak Class
LineBreak element that forces a line breaking.
📄️ Run Class
A terminal element in text flow hierarchy - contains a uniformatted run of unicode characters
📄️ Span Class
Span element used for grouping other Inline elements.
📄️ TextElement Class
TextElement is an base class for content in text based controls. TextElements span other content, applying property values or providing structural information.
📄️ Underline Class
Underline element - markup helper for indicating superscript content. Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. Can contain other inline elements.