LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

VerticalAlignMode Property (WebImagePanViewer)






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

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.