ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IStyle Interface / PaddingRight Property

In This Topic
    PaddingRight Property (IStyle)
    In This Topic
    Gets the amount of padding to the right of the item.
    Syntax
    'Declaration
     
    ReadOnly Property PaddingRight As Length
    Length PaddingRight {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length representing the padding to the right of the item.
    See Also