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




In This Topic
    ImGearAlignmentVModes 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 ImGearAlignmentVModes 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearAlignmentVModes
    public enum ImGearAlignmentVModes : System.Enum 
    __value public enum ImGearAlignmentVModes : public System.Enum 
    public enum class ImGearAlignmentVModes : public System.Enum 
    Members
    MemberValueDescription
    BOTTOM2The image is aligned to the bottom border of the device rectangle.
    CENTER1The image is centered vertically.
    TOP0The image is aligned to the top border of the device rectangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Display.ImGearAlignmentVModes

    See Also