ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapSubItem Interface / ZIndex Property

In This Topic
    ZIndex Property (IMapSubItem)
    In This Topic
    Gets the drawing order of the item within the map. The default value is 0.
    Syntax
    'Declaration
     
    ReadOnly Property ZIndex As Integer
    int ZIndex {get;}

    Property Value

    An System.Int32 representing the drawing order of the item within the map.
    See Also