ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Canvas Namespace / DrawingShape Class / ZIndex Property

In This Topic
    ZIndex Property
    In This Topic
    Gets or sets z-index (front or back)of the shape.
    Syntax
    'Declaration
     
    Public Property ZIndex As ZIndexType
    public ZIndexType ZIndex {get; set;}
    See Also