Speed Property

Summary

Gets or sets the speed of collapsing and expanding.

Syntax
C#
VB
C++
public int Speed { get; set; } 
  
Public Property Speed As Integer 
public: 
property int Speed { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly