Spread Silverlight Documentation
TextRuns Property


List of TextRuns defined in this paragraph.
Syntax
'Declaration
 
Public ReadOnly Property TextRuns As System.Collections.Generic.List(Of TextRun)
'Usage
 
Dim instance As TextParagraph
Dim value As System.Collections.Generic.List(Of TextRun)
 
value = instance.TextRuns
public System.Collections.Generic.List<TextRun> TextRuns {get;}
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

TextParagraph Class
TextParagraph Members

 

 


Copyright © GrapeCity, inc. All rights reserved.