LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Size Property

Show in webframe






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: __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

See Also

Reference

AutoHidePanel Class
AutoHidePanel Members

 

 


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