The AutoResetScrollPosition Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Enables the automatic reset of the
Leadtools.WinForms.RasterImageViewer.ScrollPosition property.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property AutoResetScrollPosition As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As JpipRasterImageViewer
Dim value As Boolean
instance.AutoResetScrollPosition = value
value = instance.AutoResetScrollPosition |
C# | |
---|
public override bool AutoResetScrollPosition {get; set;} |
C++/CLI | |
---|
public:
property bool AutoResetScrollPosition override {
bool get();
void set ( bool value);
} |
Property Value
true to enable automatic reset.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also