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

In This Topic
    RightIndent Property (RtfParagraph)
    In This Topic
    Gets or sets the right indent value of this paragraph.
    Syntax
    'Declaration
     
    Public Property RightIndent As Single
    public float RightIndent {get; set;}

    Property Value

    The right indent of the paragraph.
    See Also