Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ShapePosition Class / ZOrder Property

In This Topic
    ZOrder Property (ShapePosition)
    In This Topic
    Gets or sets the relative Z-order of a shape in a document.

    If WrapFormat.Type is WrapType.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 WrapFormat.BehindText value. All shapes with a WrapFormat.BehindText value of false are displayed above elements with a value of true.

    Syntax
    'Declaration
     
    Public Property ZOrder As System.UInteger
    public System.uint ZOrder {get; set;}
    See Also