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

In This Topic
    ImageAlignHorzEnum Enumeration
    In This Topic
    Specifies the horizontal alignment of foreground and background images. This is the type of ImageAlign.AlignHorz property on Style.ImageAlign and Style.BackgroundImageAlign.
    Syntax
    'Declaration
     
    Public Enum ImageAlignHorzEnum 
       Inherits System.Enum
    public enum ImageAlignHorzEnum : System.Enum 
    Members
    MemberDescription
    CenterThe image is centered horizontally.
    LeftThe image is left-aligned.
    RightThe image is right-aligned.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.ImageAlignHorzEnum

    See Also