ViewZoomBehaviors
A collection of view zoom behavior objects.
ViewZoomBehaviors Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of ViewZoomBehaviors. |
| Item |
Object |
read |
Returns the ViewZoomBehavior with the specified index or name as Long or String. |
ViewZoomBehaviors Methods
| Method |
Returns |
Description |
| Add |
ViewZoomBehavior |
Create a new ViewZoomBehavior. |
| AnyItem |
Object |
Returns any ViewZoomBehavior. |
| FirstItem |
Object |
Returns the first ViewZoomBehavior. |
| ItemByID |
Object |
Returns the ViewZoomBehavior with the specified ID. |
| ItemByRange |
Objects |
Returns the ViewZoomBehaviors within the specified range. |
| LastItem |
Object |
Returns the last ViewZoomBehavior. |
| MiddleItem |
Object |
Returns the middle ViewZoomBehavior. |
| NextItem |
Object |
Returns the next ViewZoomBehavior. |
| PreviousItem |
Object |
Returns the previous ViewZoomBehavior. |
Previous post: Widget
Next post: ViewPreference