Spread Silverlight Documentation
Bold Property (TextRun)


Specifies whether a run of text is formatted as bold text.
Syntax
'Declaration
 
Public Property Bold As System.Nullable(Of Boolean)
'Usage
 
Dim instance As TextRun
Dim value As System.Nullable(Of Boolean)
 
instance.Bold = value
 
value = instance.Bold
public System.Nullable<bool> Bold {get; set;}
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

TextRun Class
TextRun Members

 

 


Copyright © GrapeCity, inc. All rights reserved.