UIBlock2D.ZIndex ZIndex Configures the render order of this UIBlock within a SortGroup. Remarks UIBlocks with a higher ZIndex are rendered on top of UIBlocks with a lower ZIndex. Declaration public short ZIndex { get; set; } Related Articles Render Order