FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / FieldBase Class / ZOrder Property

In This Topic
    ZOrder Property (FieldBase)
    In This Topic
    Gets or sets the ZOrder of the field.
    Syntax
    'Declaration
     
    Public Property ZOrder As Integer
    public int ZOrder {get; set;}
    Remarks

    The ZOrder of a field determines whether it is rendered in front of or behind other fields that overlap with it.

    High ZOrder values bring the field to the front, low values send it to the back.

    Because ZOrder values are relative, it is usually easier to call the SetZOrder method, which ensures the field is rendered in front of or behind all other overlapping fields.

    See Also