Gets the shape of the area.
命名空間: Microsoft.ReportingServices.ReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Shape As ImageMapArea.ImageMapAreaShape
Get
'用途
Dim instance As ImageMapArea
Dim value As ImageMapArea.ImageMapAreaShape
value = instance.Shape
public ImageMapArea.ImageMapAreaShape Shape { get; }
public:
property ImageMapArea.ImageMapAreaShape Shape {
ImageMapArea.ImageMapAreaShape get ();
}
member Shape : ImageMapArea.ImageMapAreaShape
function get Shape () : ImageMapArea.ImageMapAreaShape
屬性值
型別:Microsoft.ReportingServices.ReportRendering.ImageMapArea.ImageMapAreaShape
An ImageMapArea.ImageMapAreaShape value indicating the shape of the area.
備註
Valid values are rectangle, polygon, or circle.