PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderObject Class / ZOrder Property

In This Topic
    ZOrder Property (RenderObject)
    In This Topic
    Gets or sets the Z-order of the current object. Objects with smaller Z-order values are drawn under objects with larger Z-order values. By default, this property is zero.
    Syntax
    'Declaration
     
    Public Property ZOrder As Integer
    public int ZOrder {get; set;}
    See Also