Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ZOrderCommand Enumeration


In This Topic
    ZOrderCommand Enumeration
    In This Topic
    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
    public enum ZOrderCommand : System.Enum 
    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