RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextRange Class


In This Topic
    C1TextRange Class Properties
    In This Topic

    For a list of all members of this type, see C1TextRange members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the background of the blocks in the range.  
    Public PropertyGets the highest level C1Block elements inside the range.  
    Public PropertyGets or sets the border brush of the blocks in the range.  
    Public PropertyGets or sets the border thickness of the blocks in the range.  
    Public PropertyGets the highest level C1TableCell elements inside the range.  
    Public PropertyGets the list of C1TextElement elements contained in the range.  
    Public PropertyReturns a set of ranges inside this range where edit changes must be applied.  
    Public PropertyGets the list of C1TextElement elements touched by the range.  
    Public PropertyGets the end position of the range.  
    Public PropertyGets or sets the font family of the runs in the range.  
    Public PropertyGets or sets the font size of the runs in the range.  
    Public PropertyGets or sets the font style of the runs in the range.  
    Public PropertyGets or sets the font weight of the runs in the range.  
    Public PropertyGets or sets the foreground of the runs in the range.  
    Public PropertyGets or sets a new C1Document from the range.  
    Public PropertyGets or sets the Html in the range.  
    Public PropertyGets or sets the inline alignment of the runs in the range.  
    Public PropertyGets or sets the background of the runs in the range.  
    Public PropertyReturns whether the range is empty.  
    Public PropertyGets or sets a value that indicates whether the whole C1TableRow is selected.  
    Public PropertyGets or sets a value that indicates whether the whole C1Table is selected.  
    Public PropertyGets or sets the line spacing of the lines in the range.  
    Public PropertyReturns the C1List the range is inside of, or null.  
    Public PropertyGets the list of C1Lists inside this range.  
    Public PropertyGets or sets the margin of the blocks in the range.  
    Public PropertyGets or sets the padding of the blocks in the range.  
    Public PropertyGets the list of C1Run elements inside the range.  
    Public PropertyGets or sets the index of last column in selected table.  
    Public PropertyGets or sets the index of first column in selected table.  
    Public PropertyGets the start position of the range.  
    Public PropertyGets the table that includes this range, or null otherwise.  
    Public PropertyGets or sets the width of the columns inside this range.  
    Public PropertyGets the height of the rows inside this range.  
    Public PropertyGets the list of C1Tables inside this range.  
    Public PropertyGets or sets the text in the range.  
    Public PropertyGets or sets the text alignment of the blocks in the range.  
    Public PropertyGets or sets the text alignment of the blocks in the range.  
    Public PropertyGets or sets the vertical alignment of the cells in the range.  
    Top
    See Also