Configures the borders of the table cells in a range.
Namespace:
C1.Silverlight.RichTextBoxAssembly: C1.Silverlight.RichTextBox (in C1.Silverlight.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.Silverlight.RichTextBox.Documents..::..C1TextRange
A C1TextRange inside a table.
- flags
- Type: C1.Silverlight.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.