LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ScrollPosition Property

Show in webframe





Gets or sets the scroll bar position.
Syntax
public Point ScrollPosition {get; set;}
'Declaration
 
Public Property ScrollPosition As Point
'Usage
 
Dim instance As WebImageViewer
Dim value As Point
 
instance.ScrollPosition = value
 
value = instance.ScrollPosition

            

            
public:
property Point ScrollPosition {
   Point get();
   void set (    Point value);
}

Property Value

A System.Drawing.Point structure that represents the scroll bar position, in pixels.
Example
Refer to ScrollBarVisible
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.