PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ImageAlignVertEnum Enumeration

In This Topic
    ImageAlignVertEnum Enumeration
    In This Topic
    Specifies the vertical alignment of foreground and background images. This is the type of ImageAlign.AlignVert property on Style.ImageAlign and Style.BackgroundImageAlign.
    Syntax
    'Declaration
     
    Public Enum ImageAlignVertEnum 
       Inherits System.Enum
    public enum ImageAlignVertEnum : 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
             C1.C1Preview.ImageAlignVertEnum

    See Also