Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LinesLayer Class / PointsLocations Property

In This Topic
    PointsLocations Property (LinesLayer)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property PointsLocations As List(Of LonLat(Of String))
    public override List<LonLat<string>> PointsLocations {get;}
    See Also