LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MaximumSize Property
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : MaximumSize Property



Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.

Syntax

Visual Basic (Declaration) 
<SRDescriptionAttribute("Specifies the maximum size of the control.")>
<SRCategoryAttribute("Layout")>
<AmbientValueAttribute()>
Public Overridable Property MaximumSize As Size
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim value As Size
 
instance.MaximumSize = value
 
value = instance.MaximumSize
C# 
[SRDescriptionAttribute("Specifies the maximum size of the control.")]
[SRCategoryAttribute("Layout")]
[AmbientValueAttribute()]
public virtual Size MaximumSize {get; set;}
C++/CLI 
[SRDescriptionAttribute("Specifies the maximum size of the control.")]
[SRCategoryAttribute("Layout")]
[AmbientValueAttribute()]
public:
virtual property Size MaximumSize {
   Size get();
   void set (    Size value);
}

Property Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features