Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewerSpyGlassInteractiveMode Class : Offset Property |
public virtual LeadPoint Offset {get; set;}
'Declaration
Public Overridable Property Offset As LeadPoint
By default, the spy glass will show centered around the current position. Use Offset to move the spy glass up, down, left or right by any given offset.
When Offset is set to a value other than 0,0, then Use EnsureVisible to stop the spy glass from moving outside the image area in the viewer.
This is useful for touch devices because the area under the user's finger obscures the view.