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

Size Property







Overridden. Gets or sets the height and width of the control when expanded.
Syntax
public new Size Size {get; set;}
'Declaration
 
Public Shadows Property Size As Size
'Usage
 
Dim instance As AutoHidePanel
Dim value As Size
 
instance.Size = value
 
value = instance.Size
public new Size Size {get; set;}
 hide get_Size();
set_Size(value);
public: __property new Size get_Size();
public: __property new void set_Size( 
   Size value
);
public:
new property Size Size {
   Size get();
   void set (    Size value);
}

Property Value

The height and width of the control when expanded.
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

AutoHidePanel Class
AutoHidePanel Members

 

 


Products | Support | Contact Us | Copyright Notices

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