Version

GridBagLayoutItemDimensionsCollection Class Members

The following tables list the members exposed by GridBagLayoutItemDimensionsCollection.

Public Properties
 NameDescription
Public PropertyColumnDimsFor Internal use. Column coordinates relative to left of the container rect. These can be modified freely without effecting the layout.  
Public PropertyItemFor Internal use. Indexer. Returns an instance GridBagLayoutItemDimensions associated with passed in layout item.  
Public PropertyMaximumSizeMaximum size of the layout.  
Public PropertyMinimumSizeMinimum size of the layout.  
Public PropertyPreferredSizePreferred size of the layout.  
Public PropertyRowDimsFor Internal use. Row coordinates relative to top of the container rect. These can be modified freely without effecting the layout.  
Public Methods
 NameDescription
Public MethodExistsFor Internal use. Returns true if the collection contains an entry for the passed in layout item.  
See Also