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

In This Topic
    ZOrder Property (SharedObject)
    In This Topic
    Gets the relative Z-order of the object in a document. All objects with a AboveText value of true are displayed above objects with a BelowText of true.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZOrder As System.UInteger
    public System.uint ZOrder {get;}
    See Also