ImageGear .NET - Updated May 1, 2018
ImGearAlignmentVModes Enumeration




ImageGear24.Core Assembly > ImageGear.Display Namespace : ImGearAlignmentVModes Enumeration
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
Members
MemberDescription
BOTTOMThe image is aligned to the bottom border of the device rectangle.
CENTERThe image is centered vertically.
TOPThe image is aligned to the top border of the device rectangle.
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Display Namespace