Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnContainerMapper Class : ScrollOffset Property |
public LeadPoint ScrollOffset {get; set;}
'Declaration
Public Property ScrollOffset As LeadPoint
public LeadPoint ScrollOffset {get; set;}
@property (nonatomic) LeadPoint scrollOffset;
public LeadPoint getScrollOffset() public void setScrollOffset(LeadPoint pt)
get_ScrollOffset();
set_ScrollOffset(value);
Object.defineProperty('ScrollOffset');
In typical applications, you set this value to the current scroll offset of the container control if any. For example, when using automation mode with the LEADTOOLS Image Viewer, this value is set to the scroll offset of the viewer by the automation object.