←Select platform

Distance Property

Summary

Distance between the original and current positions.

Syntax

C#
VB
C++
public double Distance { get; set; } 
Public Property Distance() As Double 
   Get 
   Set 
public:  
   property double Distance 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The distance between the original and current positions.

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