The following tables list the members exposed by GridBagConstraint.
Name | Description | |
---|---|---|
GridBagConstraint Constructor | Overloaded. |
Name | Description | |
---|---|---|
Column | Column and Row define where the layout item will be placed in the virtual grid of the grid-bag layout. Column specifies the location horizontally while specifies the location vertically. These locations are the coordinates of the cells in the virtual grid that the grid-bag layout represents. The leftmost cell has Column of 0. The constant Relative specifies that the item be placed just to the right of the item that was added to the layout manager just before this item was added. The default value is Relative. Column should be a non-negative value. | |
ColumnSpan | Specifies the number of cells this item will span horizontally. The constant Remainder specifies that this item be the last one in the row and thus occupy remaining space. | |
ColumnWeight | Indicates how the extra horizontal space will be distributed among items. Default value is 0.0. Higher values give higher priority. The weight of the column in the virtual grid the grid-bag layout represents is the maximum ColumnWeight of all the items in the row. | |
HorizontalAlignment | Horizontal alignment of the item within its logical cell. | |
Margin | Indicates the padding around the layout item. | |
Row | Column and Row define where the layout item will be placed in the virtual grid of the grid-bag layout. Column specifies the location horizontally while specifies the location vertically. These locations are the coordinates of the cells in the virtual grid that the grid-bag layout represents. The topmost cell has Row of 0. The constant Relative specifies that the item be placed just below the item that was added to the layout manager just before this item was added. The default value is Relative. Row should be a non-negative value. | |
RowSpan | Specifies the number of cells this item will span vertically. The constant Remainder specifies that this item be the last one in the column and thus occupy remaining space. | |
RowWeight | Indicates how the extra vertical space will be distributed among items. Default value is 0.0. Higher values give higher priority. The weight of the column in the virtual grid the grid-bag layout represents is the maximum RowWeight of all the items in the column. | |
VerticalAlignment | Vertical alignment of the item within its logical cell. |
Name | Description | |
---|---|---|
HasListeners | Gets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
Reset | Resets the properties of this object to their default values. | |
ResetColumn | Resets the Column property to its default value of GridBagConstraintConstants.Relative. | |
ResetColumnSpan | Resets the ColumnSpan property to its default value of 1. | |
ResetColumnWeight | Resets the ColumnWeight property to its default value of 0.0. | |
ResetHorizontalAlignment | Resets the HorizontalAlignment property to its default value of Center. | |
ResetMargin | Resets the Margin property to its default value which is Thickness of left, top, right, bottom being 0. | |
ResetRow | Resets the Row property to its default value of GridBagConstraintConstants.Relative. | |
ResetRowSpan | Resets the RowSpan property to its default value of 1. | |
ResetRowWeight | Resets the RowWeight property to its default value of 0.0. | |
ResetVerticalAlignment | Resets the VerticalAlignment property to its default value of Center. | |
ShouldSerialize | Returns true is any of the properties have been set to non-default values | |
ToString | Returns a string representation of the object |
Name | Description | |
---|---|---|
OnFirstListenerAdding | Virtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | Virtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | Used to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | Raises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier) | |
ShouldSerializeColumn | Returns true if the property is set to a non-default value. | |
ShouldSerializeColumnSpan | Returns true if the property is set to a non-default value. | |
ShouldSerializeColumnWeight | Returns true if the property is set to a non-default value. | |
ShouldSerializeHorizontalAlignment | Returns true if the property is set to a non-default value. | |
ShouldSerializeMargin | Returns true if the property is set to a non-default value. | |
ShouldSerializeRow | Returns true if the property is set to a non-default value. | |
ShouldSerializeRowSpan | Returns true if the property is set to a non-default value. | |
ShouldSerializeRowWeight | Returns true if the property is set to a non-default value. | |
ShouldSerializeVerticalAlignment | Returns true if the property is set to a non-default value. |
Name | Description | |
---|---|---|
PropertyChanged | Raised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier) |