ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearAlignmentHModes Enumeration




In This Topic
    ImGearAlignmentHModes Enumeration
    In This Topic
    Identifies the different types of image display alignment modes (i.e., identifies how the displayed image is aligned relative to the device rectangle).
    Syntax
    'Declaration
     
    Public Enum ImGearAlignmentHModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearAlignmentHModes
    public enum ImGearAlignmentHModes : System.Enum 
    __value public enum ImGearAlignmentHModes : public System.Enum 
    public enum class ImGearAlignmentHModes : public System.Enum 
    Members
    MemberValueDescription
    CENTER16The image is centered horizontally.
    LEFT0The image is aligned to the left border of the device rectangle.
    RIGHT32The image is aligned to the right border of the device rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Display.ImGearAlignmentHModes

    See Also