LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

HorizontalAlignMode Property (WebImageViewer)

Show in webframe





Gets or sets the horizontal alignment used when displaying the image.
Syntax
public ImageViewerAlignMode HorizontalAlignMode {get; set;}
'Declaration
 
Public Property HorizontalAlignMode As ImageViewerAlignMode
'Usage
 
Dim instance As WebImageViewer
Dim value As ImageViewerAlignMode
 
instance.HorizontalAlignMode = value
 
value = instance.HorizontalAlignMode

            

            
public:
property ImageViewerAlignMode HorizontalAlignMode {
   ImageViewerAlignMode get();
   void set (    ImageViewerAlignMode value);
}

Property Value

The horizontal alignment used when displaying the image.
Remarks
Default value is Near.
Example
Refer to ImageUrl
Requirements

Target Platforms

See Also

Reference

WebImageViewer Class
WebImageViewer Members
WebImageViewer Client Class

 

 


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