Version

TextRuns Property

Returns or sets a list of TextRun instances which contain the runs of text that are displayed for this hyperlink.
Syntax
'Declaration
 
Public Property TextRuns As IList(Of TextRun)
public IList<TextRun> TextRuns {get; set;}
Remarks

The TextRuns property can be used to create a hyperlink with mixed formatting attributes. Each element in the list contains a fragment of the text to be displayed along with the font which defines the formatting attributes for that fragment.

The Text property exists for the developer's convenience since in the majority of cases a hyperlink does not contain mixed formatting attributes.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also