LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

MinimumCenter Property (WindowLevelDialog)







Gets or set the minimum window center
Syntax
public int MinimumCenter {get; set;}
'Declaration
 
Public Property MinimumCenter As Integer
'Usage
 
Dim instance As WindowLevelDialog
Dim value As Integer
 
instance.MinimumCenter = value
 
value = instance.MinimumCenter
public int MinimumCenter {get; set;}
 get_MinimumCenter();
set_MinimumCenter(value);
public: __property int get_MinimumCenter();
public: __property void set_MinimumCenter( 
   int value
);
public:
property int MinimumCenter {
   int get();
   void set (    int value);
}

Property Value

The minimum window center
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WindowLevelDialog Class
WindowLevelDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.