←Select platform

AutomationScrollOffset Property

Summary
Gets the scroll offset being used by the control.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPoint AutomationScrollOffset { get; } 
@property (nonatomic) LeadPoint scrollOffset; 
LeadPoint getAutomationScrollOffset(); 
public:  
   property LeadPoint^ AutomationScrollOffset 
   { 
      LeadPoint^ get() 
   } 
AutomationScrollOffset # get and  (IAnnAutomationControl) 

Property Value

The scroll offset being used by the control in pixels.

Remarks

The provided implementation returns ImageViewer.ScrollOffset.

This member is called by the automation to obtain the scroll offset. It is then set in the AnnContainerMapper.ScrollOffset value the container(s) being used.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.

Leadtools.Annotations.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2025 Apryse Sofware Corp. All Rights Reserved.