RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / TabSize Property

In This Topic
    TabSize Property (C1RichTextBox)
    In This Topic
    Gets or sets the size of a tab character in spaces.
    Syntax
    'Declaration
     
    Public Property TabSize As Integer
    public int TabSize {get; set;}
    See Also