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

In This Topic
    ImageAlignHorz Enumeration
    In This Topic
    Specifies the horizontal alignment of foreground and background images.
    Syntax
    'Declaration
     
    Public Enum ImageAlignHorz 
       Inherits System.Enum
    public enum ImageAlignHorz : 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
             GrapeCity.Documents.Drawing.ImageAlignHorz

    See Also