Gets or sets the window width.
            
            
            
            
            
            
            
            int WindowWidth {get; set;}
             
        
            
            'Declaration
 
Property WindowWidth As Integer
             
        
            
            'Usage
 
Dim instance As IWindowLevelInformationView
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
A 
System.Int32 that represents the window width. The minimum allowed value is 1 and the maximum allwed value is 262140.