Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageAlignVert Enumeration

In This Topic
    ImageAlignVert Enumeration
    In This Topic
    Specifies the vertical alignment of foreground and background images.
    Syntax
    'Declaration
     
    Public Enum ImageAlignVert 
       Inherits System.Enum
    public enum ImageAlignVert : System.Enum 
    Members
    MemberDescription
    BottomThe image is bottom-aligned.
    CenterThe image is centered vertically.
    TopThe image is top-aligned.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.ImageAlignVert

    See Also