ImageMapArea.Shape Property

Definition

Gets the shape of the area.

public:
 property Microsoft::ReportingServices::ReportRendering::ImageMapArea::ImageMapAreaShape Shape { Microsoft::ReportingServices::ReportRendering::ImageMapArea::ImageMapAreaShape get(); };
public Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape Shape { get; }
member this.Shape : Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape

Property Value

An ImageMapArea.ImageMapAreaShape value indicating the shape of the area.

Remarks

Valid values are rectangle, polygon, or circle.

Applies to