RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / EditExtensions Class / GetVisibleBorders Method
A range inside a C1.Xaml.RichTextBox.Documents.C1Table.

In This Topic
    GetVisibleBorders Method
    In This Topic
    Returns the borders of a range inside a table that are visible.
    Syntax
    'Declaration
     
    <ExtensionAttribute()>
    Public Shared Function GetVisibleBorders( _
       ByVal range As C1TextRange _
    ) As C1BorderFlags
    [Extension()]
    public static C1BorderFlags GetVisibleBorders( 
       C1TextRange range
    )

    Parameters

    range
    A range inside a C1.Xaml.RichTextBox.Documents.C1Table.

    Return Value

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