ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Interactivity Namespace / ImageMapArea Class / Shape Property

In This Topic
    Shape Property (ImageMapArea)
    In This Topic
    Gets the ImageMapShape this instance represents.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shape As ImageMapShape
    public ImageMapShape Shape {get;}

    Property Value

    The shape of the image map area as an ImageMapShape.
    See Also