Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Rectangle Class / ZIndex Property

In This Topic
    ZIndex Property (Rectangle)
    In This Topic
    Gets or sets the drawing order of the current report item within containing object. Items with lower indices are drawn first (appearing behind items with higher indices). Items with equal indices have unspecified rendering order.

    Default: 0 Min: 0 Max: 2147483647

    Syntax
    'Declaration
     
    Public Property ZIndex As Integer
    public int ZIndex {get; set;}
    See Also