ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace / GeoPoint Class / Y Property

In This Topic
    Y Property (GeoPoint)
    In This Topic
    Gets the y-coordinate.
    Syntax
    'Declaration
     
    Public ReadOnly Property Y As Double
    public double Y {get;}

    Property Value

    The y-coordinate as a System.Double value.
    See Also