ViewZoomBehaviors
A collection of view zoom behavior objects.
ViewZoomBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the view zoom behavior with the specified index or name. |
| length |
Long |
read |
The number of view zoom behaviors in the collection. |
ViewZoomBehaviors Methods
| Method |
Returns |
Description |
| add |
ViewZoomBehavior |
Create a new view zoom behavior. |
| anyItem |
Object |
Returns any view zoom behavior. |
| firstItem |
Object |
Returns the first view zoom behavior. |
| itemByID |
Object |
Returns the view zoom behavior with the specified ID. |
| itemByRange |
Objects |
Returns the view zoom behaviors within the specified range. |
| lastItem |
Object |
Returns the last view zoom behavior. |
| middleItem |
Object |
Returns the middle view zoom behavior. |
| nextItem |
Object |
Returns the next view zoom behavior. |
| previousItem |
Object |
Returns the previous view zoom behavior. |
Previous post: Widget
Next post: ViewZoomBehavior