←Select platform

Offset Property

Summary

Gets or sets optional offset to apply to the spy glass position.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Point Offset {get; set;} 
Public Property Offset As Point 
public Point Offset {get; set;} 
@property (nonatomic, assign) CGPoint offset 
public PointF getOffset() 
public void setOffset(PointF pt) 
             
  
get_Offset(); 
set_Offset(value); 
Object.defineProperty('Offset');  

Property Value

Optional offset to apply to the spy glass position. The default value is 0,0.

Remarks

By default, the spy glass will show centered around the current position. You can use Offset to move the spy glass up, down, left or right by any given offset.

This is useful for touch devices because the area under the user's finger obscures the view.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)