Intersoft ClientUI Documentation
Distance Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > IZoom Interface : Distance Property






Gets or sets distance between element and its original position.

Syntax

Visual Basic (Declaration) 
Property Distance As Double
Visual Basic (Usage)Copy Code
Dim instance As IZoom
Dim value As Double
 
instance.Distance = value
 
value = instance.Distance
C# 
double Distance {get; set;}
Delphi 
read-write property Distance: Double; 
JScript 
function get,set Distance : double
Managed Extensions for C++ 
__property double get_Distance();
__property void set_Distance( 
   double value
);
C++/CLI 
property double Distance {
   double get();
   void set (    double value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.