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

In This Topic
    LeftChars Property (RtfParagraph)
    In This Topic
    Gets or sets the left chars value of this paragraph.
    Syntax
    'Declaration
     
    Public Property LeftChars As Integer
    public int LeftChars {get; set;}

    Property Value

    The left chars of the paragraph.
    See Also