FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / Layout Class / MarginTop Property

In This Topic
    MarginTop Property (Layout)
    In This Topic
    Gets or sets the top margin for each page, in twips.
    Syntax
    'Declaration
     
    Public Property MarginTop As Double
    public double MarginTop {get; set;}
    Remarks
    The margins are measured in twips, from the edges of the paper. You can select the paper size and orientation using the PaperSize and Orientation properties.
    See Also