ComponentOne RichTextBox for WPF and Silverlight
BorderThickness Property (C1TextRange)

C1.WPF.RichTextBox.Documents Namespace > C1TextRange Class : BorderThickness Property
Gets or sets the border thickness of the blocks in the range.
Syntax
'Declaration
 
Public Property BorderThickness As System.Windows.Thickness
public System.Windows.Thickness BorderThickness {get; set;}
Remarks
When there are several blocks in the range getting this property returns NaN as the width of the sides that have different values in different blocks, setting this property only sets the width of the sides that are not NaN in the assigned Thickness.
See Also

Reference

C1TextRange Class
C1TextRange Members