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

WindowCenter Property (IWindowLevelInformationView)







Gets or sets the window center.
Syntax
int WindowCenter {get; set;}
'Declaration
 
Property WindowCenter As Integer
'Usage
 
Dim instance As IWindowLevelInformationView
Dim value As Integer
 
instance.WindowCenter = value
 
value = instance.WindowCenter
int WindowCenter {get; set;}
get_WindowCenter();
set_WindowCenter(value);
__property int get_WindowCenter();
__property void set_WindowCenter( 
   int value
);
property int WindowCenter {
   int get();
   void set (    int value);
}

Property Value

A System.Int32 that represents the window center. The minimum allowed value is -65535 and the maximum allowed value is 65535.
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

IWindowLevelInformationView Interface
IWindowLevelInformationView Members

 

 


Products | Support | Contact Us | Copyright Notices

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