Intersoft ClientUI Documentation
Sensitivity Property (IStackPanel)



Gets or sets a value that determine the distance between drag item and the nearest item that triggered the move action.
Syntax
Property Sensitivity As Double
Dim instance As IStackPanel
Dim value As Double
 
instance.Sensitivity = value
 
value = instance.Sensitivity
double Sensitivity {get; set;}
property double Sensitivity {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStackPanel Interface
IStackPanel Members

Send Feedback