MindFusion.Wpf Pack Programmer's Guide
Drawing.BringToFront Method
See Also
 





Brings the specified object to the top of the z-order.

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

 Syntax

C#  Copy Code

public void BringToFront (
    InteractiveObject obj
)

Visual Basic  Copy Code

Public Sub BringToFront( _
    obj As InteractiveObject _
)

 Parameters

obj

The object to reorder.

 See Also

Drawing Members
Drawing Class
MindFusion.Spreadsheet.Wpf Namespace