LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

VerticalAlignMode Property (WebImagePanViewer)

Show in webframe





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

            

            
[DescriptionAttribute("Determines how to display the vertically image in the control's client area.")]
[CategoryAttribute("Appearance")]
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

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


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