ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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