Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / MapArea Class / Shape Property


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