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





Sends the specified object to the bottom of the z-order.

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

 Syntax

C#  Copy Code

public void SendToBack (
    InteractiveObject obj
)

Visual Basic  Copy Code

Public Sub SendToBack( _
    obj As InteractiveObject _
)

 Parameters

obj

The object to reorder.

 See Also

Drawing Members
Drawing Class
MindFusion.Spreadsheet.Wpf Namespace