Search
Drawing.BringForward Method
See Also
 






Moves the specified object one step up in the z-order.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void BringForward (
    InteractiveObject obj
)

Visual Basic  Copy Code

Public Sub BringForward( _
    obj As InteractiveObject _
)

 Parameters

obj

The object to reorder.

 See Also