Gets or sets the border thickness of the blocks in the range.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public Thickness BorderThickness { get; set; }
Visual Basic
Public Property BorderThickness As Thickness
	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