![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Controls the number of rows
or columns
that will appear inside a given ACTileGroup
More...
Public Member Functions | |
ACTileGroupCellConstraint () | |
Initializes a new instance of the ACTileGroupCellConstraint class. More... | |
ACTileGroupCellConstraint (ACTileGroupCellConstraintType type, int maximum) | |
Initializes a new instance of the ACTileGroupCellConstraint class. More... | |
delegate void | ConstraintChangedDelegate () |
Occurs when a value on this constraint has been changed More... | |
Properties | |
ACTileGroupCellConstraintType | constraintType [get, set] |
Gets or sets the type of the ACTileGroupCellConstriantType More... | |
int | maximum [get, set] |
Gets or sets the maximum number of rows or columns based on the given ACTileGroupCellConstraintType More... | |
Events | |
ConstraintChangedDelegate | ConstraintChanged |
Controls the number of rows
or columns
that will appear inside a given ACTileGroup
ActionComponents.ACTileGroupCellConstraint.ACTileGroupCellConstraint | ( | ) |
Initializes a new instance of the ACTileGroupCellConstraint
class.
ActionComponents.ACTileGroupCellConstraint.ACTileGroupCellConstraint | ( | ACTileGroupCellConstraintType | type, |
int | maximum | ||
) |
Initializes a new instance of the ACTileGroupCellConstraint
class.
type | Type. |
maximum | Maximum. |
delegate void ActionComponents.ACTileGroupCellConstraint.ConstraintChangedDelegate | ( | ) |
Occurs when a value on this constraint has been changed
|
getset |
Gets or sets the type of the ACTileGroupCellConstriantType
The type of the constraint.
|
getset |
Gets or sets the maximum number of rows
or columns
based on the given ACTileGroupCellConstraintType
The maximum.
ConstraintChangedDelegate ActionComponents.ACTileGroupCellConstraint.ConstraintChanged |