ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParagraph Class / LeftChars Property

In This Topic
    LeftChars Property
    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