ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / RightMargin Property

In This Topic
    RightMargin Property (C1WordDocument)
    In This Topic
    Gets or sets a right margin of this document.
    Syntax
    'Declaration
     
    Public Property RightMargin As Single
    public float RightMargin {get; set;}

    Property Value

    The right margin of the Word/RTF document.
    See Also