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

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

    Property Value

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