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

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

    Property Value

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