LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MinimumWidth Property (IWindowLevelView)

Show in webframe






Gets or sets the minimum window width.
Syntax
int MinimumWidth {get; set;}
'Declaration
 
Property MinimumWidth As Integer
'Usage
 
Dim instance As IWindowLevelView
Dim value As Integer
 
instance.MinimumWidth = value
 
value = instance.MinimumWidth

            

            
__property int get_MinimumWidth();
__property void set_MinimumWidth( 
   int value
);
property int MinimumWidth {
   int get();
   void set (    int value);
}

Property Value

The minimum window width.
Requirements

Target Platforms

See Also

Reference

IWindowLevelView Interface
IWindowLevelView Members

 

 


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