Intersoft ClientUI Documentation
Sensitivity Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > IStackPanel Interface : Sensitivity Property






Gets or sets a value that determine the distance between drag item and the nearest item that triggered the move action.

Syntax

Visual Basic (Declaration) 
Property Sensitivity As Double
Visual Basic (Usage)Copy Code
Dim instance As IStackPanel
Dim value As Double
 
instance.Sensitivity = value
 
value = instance.Sensitivity
C# 
double Sensitivity {get; set;}
Delphi 
read-write property Sensitivity: Double; 
JScript 
function get,set Sensitivity : double
Managed Extensions for C++ 
__property double get_Sensitivity();
__property void set_Sensitivity( 
   double value
);
C++/CLI 
property double Sensitivity {
   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.