![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Defines the ActionComponents.ACViewDragConstraintType of constraint placed on the X
or Y
axis of a ActionComponents.ACView and the optional minimumValue
and maximumValue
for Constrained
axis types
More...
Public Member Functions | |
ACAlertDragConstraint () | |
Initializes a new instance of the ActionComponents.ACViewDragConstraint class. More... | |
ACAlertDragConstraint (ACAlertDragConstraintType constraint, int minimum, int maximum) | |
Initializes a new instance of the ActionComponents.ACViewDragConstraint class. More... | |
delegate void | ConstraintChangedDelegate () |
Occurs when a value on this constraint has been changed More... | |
Properties | |
ACAlertDragConstraintType | constraintType [get, set] |
Gets or sets the ActionComponents.ACViewDragConstraintType of the ActionComponents.ACView More... | |
int | minimumValue [get, set] |
Gets or sets the minimum value that this axis can be moved to if the ActionComponents.ACViewDragConstraintType is Constrained More... | |
int | maximumValue [get, set] |
Gets or sets the maximum value that this axis can be moved to if the ActionComponents.ACViewDragConstraintType is Constrained More... | |
Events | |
ConstraintChangedDelegate | ConstraintChanged |
Defines the ActionComponents.ACViewDragConstraintType of constraint placed on the X
or Y
axis of a ActionComponents.ACView and the optional minimumValue
and maximumValue
for Constrained
axis types
Available in ActionPack Business or Enterprise only.
ActionComponents.ACAlertDragConstraint.ACAlertDragConstraint | ( | ) |
Initializes a new instance of the ActionComponents.ACViewDragConstraint class.
ActionComponents.ACAlertDragConstraint.ACAlertDragConstraint | ( | ACAlertDragConstraintType | constraint, |
int | minimum, | ||
int | maximum | ||
) |
Initializes a new instance of the ActionComponents.ACViewDragConstraint class.
constraint | The default ActionComponents.ACViewDragConstraintType |
minimum | Minimum axis value |
maximum | Maximum axis value |
delegate void ActionComponents.ACAlertDragConstraint.ConstraintChangedDelegate | ( | ) |
Occurs when a value on this constraint has been changed
|
getset |
Gets or sets the ActionComponents.ACViewDragConstraintType of the ActionComponents.ACView
The type of the constraint.
|
getset |
Gets or sets the maximum value that this axis can be moved to if the ActionComponents.ACViewDragConstraintType is Constrained
The maximum value.
|
getset |
Gets or sets the minimum value that this axis can be moved to if the ActionComponents.ACViewDragConstraintType is Constrained
The minimum value.
ConstraintChangedDelegate ActionComponents.ACAlertDragConstraint.ConstraintChanged |