LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Speed Property

Show in webframe






Gets or sets the speed of collapsing and expanding.
Syntax
public int Speed {get; set;}
'Declaration
 
Public Property Speed As Integer
'Usage
 
Dim instance As AutoHidePanel
Dim value As Integer
 
instance.Speed = value
 
value = instance.Speed

            

            
public: __property int get_Speed();
public: __property void set_Speed( 
   int value
);
public:
property int Speed {
   int get();
   void set (    int value);
}

Property Value

The speed of collapsing and expanding. Minimum value is 1 and maximum is System.Int32.MaxValue
Remarks

The speed is relative to the Size of the control.

Requirements

Target Platforms

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.