ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapSubItem Interface / LeftMargin Property

In This Topic
    LeftMargin Property (IMapSubItem)
    In This Topic
    Gets the width of the left margin. The default value is 0in.
    Syntax
    'Declaration
     
    ReadOnly Property LeftMargin As Length
    Length LeftMargin {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length representing the width of the left margin.
    See Also