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

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