RichTextBox for WinRT
FontFamily Property (C1TextRange)


Gets or sets the font family of the runs in the range.
Syntax
'Declaration
 
Public Property FontFamily As Windows.UI.Xaml.Media.FontFamily
'Usage
 
Dim instance As C1TextRange
Dim value As Windows.UI.Xaml.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public Windows.UI.Xaml.Media.FontFamily FontFamily {get; set;}
Remarks
When the range is empty, setting this property changes the FontFamily of the text to be written and getting this property 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