FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ReportOptions Class / Margin Property

In This Topic
    Margin Property (ReportOptions)
    In This Topic
    Gets or sets the margin around each page (in pixels).
    Syntax
    'Declaration
     
    Public Property Margin As Thickness
    public Thickness Margin {get; set;}
    See Also