LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageViewerAlignMode Enumeration

Show in webframe





Values that specify how an image is aligned relative to its layout rectangle.
Syntax
public enum ImageViewerAlignMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageViewerAlignMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageViewerAlignMode

            

            
public enum class ImageViewerAlignMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NearThe image is aligned near the layout. In a Horizontal layout, the near position is on the left. In a Vertical layout, the near position is at the top.
0x00000001CenterThe image is aligned in the center of the layout rectangle.
0x00000002FarThe image is aligned at a distance from the origin of the layout rectangle. In a Horizontal layout, the far position is on the right. In a Vertical layout, the far position is at the bottom.
Remarks
The WebImageViewer.HorizontalAlignMode and WebImageViewer.VerticalAlignMode properties controls the horizontal and vertical alignment used when displaying the image.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerAlignMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Web.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.