LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

HorizontalAlignMode Property (WebImagePanViewer)

Show in webframe





Gets or sets the horizontal alignment used when displaying the pan image.
Syntax
[DescriptionAttribute("Determines how to display the image horizontally in the control's client area.")]
[CategoryAttribute("Appearance")]
public ImageViewerAlignMode HorizontalAlignMode {get; set;}
'Declaration
 
<DescriptionAttribute("Determines how to display the image horizontally in the control's client area.")>
<CategoryAttribute("Appearance")>
Public Property HorizontalAlignMode As ImageViewerAlignMode
'Usage
 
Dim instance As WebImagePanViewer
Dim value As ImageViewerAlignMode
 
instance.HorizontalAlignMode = value
 
value = instance.HorizontalAlignMode

            

            
[DescriptionAttribute("Determines how to display the image horizontally in the control's client area.")]
[CategoryAttribute("Appearance")]
public:
property ImageViewerAlignMode HorizontalAlignMode {
   ImageViewerAlignMode get();
   void set (    ImageViewerAlignMode value);
}

Property Value

The horizontal alignment used when displaying the pan image.
Remarks
Default value is Near.
Example
Refer to WebImageViewer.OpenImageUrl example.
Requirements

Target Platforms

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


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