TextBlock::Inlines Property
.NET Framework (current version)
Gets an InlineCollection containing the top-level Inline elements that comprise the contents of the TextBlock.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents::InlineCollection^An InlineCollection containing the Inline elements that comprise the contents of the TextBlock.
Use the InlineCollection returned by this property to enumerate or manipulate the contents of a TextBlock.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: