The following tables list the members exposed by GridBagConstraint.
Name | Description | |
---|---|---|
GridBagConstraint Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Anchor | If the display area of the item is larger than the item, this property indicates where to anchor the item. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Fill | Fill indicates whether to resize the item to fill the extra space if the layout item's display area is larger than its size, | |
Insets | Indicates the padding around the layout item. | |
OriginX | OriginX and OriginY define where the layout item will be placed in the virtual grid of the grid-bag layout. OriginX 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 OriginX 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. OriginX should be a non-negative value. | |
OriginY | OriginX and OriginY define where the layout item will be placed in the virtual grid of the grid-bag layout. OriginX 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 OriginY 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. OriginY should be a non-negative value. | |
SpanX | 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. | |
SpanY | 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. | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
WeightX | 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 WeightX of all the items in the row. | |
WeightY | 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 WeightY of all the items in the column. |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Resets the properties of this object to their default values. | |
ResetAnchor | Resets the Anchor property to its default value of AnchorType.Center. | |
ResetFill | Resets the Fill property to its default value of FillType.None. | |
ResetInsets | Resets the Insets property to its default value which is Insets of left, top, right, bottom being 0. | |
ResetOriginX | Resets the OriginX property to its default value of GridBagConstraintConstants.Relative. | |
ResetOriginY | Resets the OriginY property to its default value of GridBagConstraintConstants.Relative. | |
ResetSpanX | Resets the SpanX property to its default value of 1. | |
ResetSpanY | Resets the SpanY property to its default value of 1. | |
ResetWeightX | Resets the WeightX property to its default value of 0.0. | |
ResetWeightY | Resets the WeightY property to its default value of 0.0. | |
ShouldSerialize | Returns true is any of the properties have been set to non-default values | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Returns a string representation of the object | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Invoked when a property on a subobject has changed. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAnchor | Returns true if the property is set to a non-default value. | |
ShouldSerializeFill | Returns true if the property is set to a non-default value. | |
ShouldSerializeInsets | Returns true if the property is set to a non-default value. | |
ShouldSerializeOriginX | Returns true if the property is set to a non-default value. | |
ShouldSerializeOriginY | Returns true if the property is set to a non-default value. | |
ShouldSerializeSpanX | Returns true if the property is set to a non-default value. | |
ShouldSerializeSpanY | Returns true if the property is set to a non-default value. | |
ShouldSerializeWeightX | Returns true if the property is set to a non-default value. | |
ShouldSerializeWeightY | Returns true if the property is set to a non-default value. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |