Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / Name Property


In This Topic
    Name Property (MapArea)
    In This Topic
    Gets or sets the name of an area.
    Syntax
    'Declaration
     
    Public Overridable Property Name As String
    'Usage
     
    Dim instance As MapArea
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public virtual string Name {get; set;}
    See Also