LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MaximumWidth Property (WindowLevelDialog)

Show in webframe






Gets or set the Maximum window width
Syntax
public int MaximumWidth {get; set;}
'Declaration
 
Public Property MaximumWidth As Integer
'Usage
 
Dim instance As WindowLevelDialog
Dim value As Integer
 
instance.MaximumWidth = value
 
value = instance.MaximumWidth

            

            
public: __property int get_MaximumWidth();
public: __property void set_MaximumWidth( 
   int value
);
public:
property int MaximumWidth {
   int get();
   void set (    int value);
}

Property Value

The Maximum window width
Requirements

Target Platforms

See Also

Reference

WindowLevelDialog Class
WindowLevelDialog Members

 

 


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