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


In This Topic
    Type Property (MapAreaInfo)
    In This Topic
    Gets or sets the type of MapArea.
    Syntax
    'Declaration
     
    
    Public Property Type As MapAreaInfo.MapAreaType
    'Usage
     
    
    Dim instance As MapAreaInfo
    Dim value As MapAreaInfo.MapAreaType
     
    instance.Type = value
     
    value = instance.Type
    public MapAreaInfo.MapAreaType Type {get; set;}
    See Also