Свойство ImageMapArea.Shape

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.

См. также

Справочник

ImageMapArea Класс

Пространство имен Microsoft.ReportingServices.ReportRendering