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

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