HeaderedTextBlock.Inlines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of inline text elements within a Windows.UI.Xaml.Controls.TextBlock.
public Microsoft.Toolkit.Uwp.UI.Controls.InlineCollectionWrapper Inlines { get; }
member this.Inlines : Microsoft.Toolkit.Uwp.UI.Controls.InlineCollectionWrapper
Public ReadOnly Property Inlines As InlineCollectionWrapper
Property Value
A collection that holds all inline text elements from the Windows.UI.Xaml.Controls.TextBlock. The default is an empty collection.