RichTextBox for WinRT
InlineBackground Property


Gets or sets the background of the runs in the range.
Syntax
'Declaration
 
Public Property InlineBackground As Windows.UI.Xaml.Media.Brush
'Usage
 
Dim instance As C1TextRange
Dim value As Windows.UI.Xaml.Media.Brush
 
instance.InlineBackground = value
 
value = instance.InlineBackground
public Windows.UI.Xaml.Media.Brush InlineBackground {get; set;}
Remarks
When the range is empty, setting this property changes the Background 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