LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

MinimumWidth Property (WindowLevelDialog)

Show in webframe






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

            

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

Property Value

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