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