LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

WindowWidth Property (IWindowLevelView)

Show in webframe






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

            

            
__property int get_WindowWidth();
__property void set_WindowWidth( 
   int value
);
property int WindowWidth {
   int get();
   void set (    int value);
}

Property Value

The 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.