[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ShapePosition.ZOrder

ZOrder Property

ZOrder

Gets or sets the relative Z-order of a shape in a document.

If Type is Inline, this value does not have any effect when displaying the object, but can be maintained and used if the object is subsequently changed to floating.

Each floating shape has a Z-ordering value that determines which shape is displayed when any two objects intersect. Higher values indicate higher Z-order; lower values indicate lower Z-order.

This property only indicates the Z-order with respect to other shapes in the document that have an identical BehindText value. All shapes with a BehindText value of false are displayed above elements with a value of true.

Declaration
public uint ZOrder { get; set; }
Public Property ZOrder As UInteger