[]
        
(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)
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.