[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.EditExtensions.SetBorders

SetBorders Method

SetBorders(C1TextRange, C1BorderFlags, Brush, double)

Configures the borders of the table cells in a range.

Declaration
public static void SetBorders(this C1TextRange range, C1BorderFlags flags, Brush brush, double thickness)
Public Shared Sub SetBorders(range As C1TextRange, flags As C1BorderFlags, brush As Brush, thickness As Double)
Parameters
Type Name Description
C1TextRange range

A C1TextRange inside a table.

C1BorderFlags flags

The borders to configure.

Brush brush

The brush to use for the borders.

double thickness

The thickness of the borders.