Skip to main content

Avalonia.Controls.Documents Namespace

Classes

BoldBold element - markup helper for indicating bolded content. Equivalent to a Span with FontWeight property set to FontWeights.Bold. Can contain other inline elements.
InlineInline element.
InlineCollectionA collection of Inlines.
InlineUIContainerInlineUIContainer - a wrapper for embedded UIElements in text flow content inline collections
ItalicItalic element - markup helper for indicating italicized content. Equivalent to a Span with FontStyle property set to FontStyles.Italic. Can contain other inline elements.
LineBreakLineBreak element that forces a line breaking.
RunA terminal element in text flow hierarchy - contains a uniformatted run of unicode characters
SpanSpan element used for grouping other Inline elements.
TextElementTextElement is an base class for content in text based controls. TextElements span other content, applying property values or providing structural information.
UnderlineUnderline element - markup helper for indicating superscript content. Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. Can contain other inline elements.