RichTextBox for WinRT
FontWeight Property (C1TextRange)


Gets or sets the font weight of the runs in the range.
Syntax
'Declaration
 
Public Property FontWeight As System.Nullable(Of FontWeight)
'Usage
 
Dim instance As C1TextRange
Dim value As System.Nullable(Of FontWeight)
 
instance.FontWeight = value
 
value = instance.FontWeight
public System.Nullable<FontWeight> FontWeight {get; set;}
Remarks
When the range is empty, setting this property changes the FontWeight of the text to be written and getting the FontWeight returns the format of the of the text to be written. When the selection is not empty, getting this property returns the format of the selection, or null if the selection has mixed format.
Requirements

Target Platforms: 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

Reference

C1TextRange Class
C1TextRange Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback