RichTextBox for WinRT
SetBorders Method


A C1.Xaml.RichTextBox.Documents.C1TextRange inside a table.
The borders to configure.
The brush to use for the borders.
The thickness of the borders.
Configures the borders of the table cells in a range.
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Sub SetBorders( _
   ByVal range As C1TextRange, _
   ByVal flags As C1BorderFlags, _
   ByVal brush As Windows.UI.Xaml.Media.Brush, _
   ByVal thickness As System.Double _
) 
'Usage
 
Dim range As C1TextRange
Dim flags As C1BorderFlags
Dim brush As Windows.UI.Xaml.Media.Brush
Dim thickness As System.Double
 
EditExtensions.SetBorders(range, flags, brush, thickness)
[System.Runtime.CompilerServices.Extension()]
public static void SetBorders( 
   C1TextRange range,
   C1BorderFlags flags,
   Windows.UI.Xaml.Media.Brush brush,
   System.double thickness
)

Parameters

range
A C1.Xaml.RichTextBox.Documents.C1TextRange inside a table.
flags
The borders to configure.
brush
The brush to use for the borders.
thickness
The thickness of the borders.
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

EditExtensions Class
EditExtensions Members

 

 


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

Product Support Forum  |  Documentation Feedback