ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfSection Class / LeftMargin Property

In This Topic
    LeftMargin Property (RtfSection)
    In This Topic
    Gets or sets the left margin for this section.
    Syntax
    'Declaration
     
    Public Property LeftMargin As Single
    public float LeftMargin {get; set;}

    Property Value

    The left margin of the Word/RTF section.
    See Also