ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / MarginLeft Property

In This Topic
    MarginLeft Property (Layout)
    In This Topic
    Gets or sets the left margin for each page, in twips.
    Syntax
    'Declaration
     
    Public Property MarginLeft As Double
    public double MarginLeft {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 Layout.PaperSize and Layout.Orientation properties.
    See Also