ZoomControls
Comment:
- ZoomControls displays a simple set of controls used for zooming.
It raises events when either zoom in or zoom out buttons are clicked.
Wraps the android.widget.ZoomControls class:
http://developer.android.com/reference/android/widget/ZoomControls.html
ZoomControls
Events:
Methods:
- BringToFront
- HasFocus As Boolean
Returns true if this view has or contains focus.
- Hide
- Initialize (EventName As String)
- Invalidate
- Invalidate2 (arg0 As Rect)
- Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- IsInitialized As Boolean
- RemoveView
- RequestFocus As Boolean
- SendToBack
- SetBackgroundImage (arg0 As Bitmap)
- SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
- SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
- SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
- Show
Properties:
- Background As Drawable
- Color As Int [write only]
- Enabled As Boolean
- Height As Int
- Left As Int
- Tag As Object
- Top As Int
- Visible As Boolean
- Width As Int
- ZoomInEnabled As Boolean [write only]
- ZoomOutEnabled As Boolean [write only]
- ZoomSpeed As Long [write only]
Sets how fast you get zoom events when the user holds down the zoom in or zoom out buttons.
Default is 1000ms.