BaseParagraph.ZIndex

BaseParagraph.ZIndex property

Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.

public int ZIndex { get; set; }

See Also