ImageGear for .NET
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
public enum ImGearAlignmentVModes : System.Enum 
__value public enum ImGearAlignmentVModes : public System.Enum 
public enum class ImGearAlignmentVModes : public System.Enum 
Members
MemberValueDescription
BOTTOM0x00000002The image is aligned to the bottom border of the device rectangle.
CENTER0x00000001The image is centered vertically.
TOP0x00000000The 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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback