Configures the borders of the table cells in a range.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public static void SetBorders(
	this C1TextRange range,
	C1BorderFlags flags,
	Brush brush,
	double thickness
)
Visual Basic
<ExtensionAttribute> _
Public Shared Sub SetBorders ( _
	range As C1TextRange, _
	flags As C1BorderFlags, _
	brush As Brush, _
	thickness As Double _
)

Parameters

range
Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A C1TextRange inside a table.
flags
Type: C1.Phone.RichTextBox..::..C1BorderFlags
The borders to configure.
brush
Type: System.Windows.Media..::..Brush
The brush to use for the borders.
thickness
Type: System..::..Double
The thickness of the borders.

See Also