ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / Padding Property

In This Topic
    Padding Property (Page)
    In This Topic
    Gets or sets the amount of padding to use around the text inside a control.
    Syntax
    'Declaration
     
    Public Property Padding As PaddingEx
    public PaddingEx Padding {get; set;}

    Property Value

    The padding.
    See Also