ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapLocation Class / Top Property

In This Topic
    Top Property (MapLocation)
    In This Topic
    Gets or sets the distance of the item from the top of the containing object.
    Syntax
    'Declaration
     
    Public Property Top As Double
    public double Top {get; set;}

    Property Value

    A System.Double representing the distance from the top of the containing object.
    Remarks
    The default value is 0.
    See Also