ArcFM Engine Developer Guide
MaximumSize Property


Returns/sets the maximum size of the pane. This property specifies the maximum height and/or width that the pane should not exceed during resizing.
Syntax
'Declaration
 
Public Property MaximumSize As Size
'Usage
 
Dim instance As DockPaneBase
Dim value As Size
 
instance.MaximumSize = value
 
value = instance.MaximumSize
public Size MaximumSize {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DockPaneBase Class
DockPaneBase Members

 

 


Send Comment