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

In This Topic
    Unit Property (MapLocation)
    In This Topic
    Gets or sets the unit for both left and top.
    Syntax
    'Declaration
     
    Public Property Unit As MapUnit
    public MapUnit Unit {get; set;}

    Property Value

    A MapUnit representing the unit of measurement for the distances.
    Remarks
    The default value is MapUnit.Percentage.
    See Also