Returns the borders of a range inside a table that are visible.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public static C1BorderFlags GetVisibleBorders(
	this C1TextRange range
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetVisibleBorders ( _
	range As C1TextRange _
) As C1BorderFlags

Return Value

The borders of a range inside a table that are visible.

See Also