ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / TabIndents Property

In This Topic
    TabIndents Property (RtfParagraph)
    In This Topic
    Gets or sets the tabulation indent values of this paragraph.
    Syntax
    'Declaration
     
    Public Property TabIndents As Single()
    public float[] TabIndents {get; set;}

    Property Value

    The tabulation indents of the paragraph.
    See Also