Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ZOrderCommand Enumeration


ZOrderCommand Enumeration
Specifies where in the z-order a shape should be moved relative to other shapes.
Syntax
'Declaration
 
Public Enum ZOrderCommand 
   Inherits System.Enum
 
'Usage
 
Dim instance As ZOrderCommand
Members
MemberDescription
BringForwardBring shape forward.
BringToFrontBring shape to the front.
SendBackwardSend shape backward.
SendToBackSend shape to the back.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.ZOrderCommand

See Also