Spread for ASP.NET 11 Product Documentation
Shape Property (MapArea)


FarPoint.Web.Chart Assembly > FarPoint.Web.Chart Namespace > MapArea Class : Shape Property
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

Reference

MapArea Class
MapArea Members