Edit

Share via


HeaderedTextBlock.Inlines Property

Definition

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.

Applies to