C1.Silverlight.RichTextBox.5
SetBorders Method

A C1.Silverlight.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
 
Public Shared Sub SetBorders( _
   ByVal range As C1TextRange, _
   ByVal flags As C1BorderFlags, _
   ByVal brush As System.Windows.Media.Brush, _
   ByVal thickness As System.Double _
) 
public static void SetBorders( 
   C1TextRange range,
   C1BorderFlags flags,
   System.Windows.Media.Brush brush,
   System.double thickness
)

Parameters

range
A C1.Silverlight.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.
See Also

Reference

EditExtensions Class
EditExtensions Members

 

 


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