Span.Inlines Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an InlineCollection containing the top-level inline elements that include the contents of Span.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<Span ...> oneOrMoreInlines </Span> -or- <Span ...> mixedContent </Span>
XAML Values
Property Value
Type: System.Windows.Documents.InlineCollectionAn InlineCollection containing the inline elements that include the contents of the Span. This property has no default value.
Use the InlineCollection returned by this property to enumerate or manipulate the contents of a Span element.
Show: