Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapAreaInfo Class / Coords Property


In This Topic
    Coords Property
    In This Topic
    Gets or sets the coordinates of a map area.
    Syntax
    'Declaration
     
    
    Public Property Coords As String
    'Usage
     
    
    Dim instance As MapAreaInfo
    Dim value As String
     
    instance.Coords = value
     
    value = instance.Coords
    public string Coords {get; set;}
    See Also