LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AutoResetScrollPosition Property

Show in webframe





Enables or disables the automatic reset of the ScrollPosition property.
Syntax
[DescriptionAttribute("Enables or disables the automatic reset of the ScrollPosition property.")]
[CategoryAttribute("Behavior")]
public virtual bool AutoResetScrollPosition {get; set;}
'Declaration
 
<DescriptionAttribute("Enables or disables the automatic reset of the ScrollPosition property.")>
<CategoryAttribute("Behavior")>
Public Overridable Property AutoResetScrollPosition As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AutoResetScrollPosition = value
 
value = instance.AutoResetScrollPosition

            

            
[DescriptionAttribute("Enables or disables the automatic reset of the ScrollPosition property.")]
[CategoryAttribute("Behavior")]
public:
virtual property bool AutoResetScrollPosition {
   bool get();
   void set (    bool value);
}

Property Value

true to enable automatic reset, false to disable it.
Remarks
When set to true, this will automatically reset the ScrollPosition property back to (0,0) when a new image is set to the viewer.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


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