Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

TextRun Class
TextRun Members

 

 


Copyright © GrapeCity, inc. All rights reserved.