←Select platform

EdgeSize Property

Summary

Edge detection size in pixels.

Syntax

C#
VB
C++
public LeadSize EdgeSize { get; set; } 
Public Property EdgeSize() As LeadSize 
   Get 
   Set 
public:  
   property LeadSize^ EdgeSize 
   { 
      LeadSize^ get() 
      void set(LeadSize^ value) 
   } 

Property Value

The edge detection size in pixels. Default value is 15,15.

Remarks

EdgeSize is used control how far the mouse or touch position from the boundary of the view to be considered inside the edge and for auto-pan to start working that direction.

Requirements

Target Platforms

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

Leadtools.Controls.WinForms Assembly