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

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

    Property Value

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