Adds a bitmap to the list. This function is ignored if WithList = false.
BackgroundAsandroid.graphics.drawable.Drawable
Gets or sets the background drawable.
BitmapCountAsInt
Returns the number of items in the bitmap list.
BringToFront
Changes the Z order of this view and brings it to the front.
ClearBitmapList
Clears the bitmap list. This function is ignored if WithList = false.
ColorAsInt [write only]
Sets the background of the view to be a ColorDrawable with the given color. If the current background is of type GradientDrawable or ColorDrawable the round corners will be kept.
EnabledAsBoolean
HeightAsInt
ImageReflectionRatioAsFloat
Gets/sets the image reflection ratio (default = 0.3).
Initializes the CoverFlow view. ImageWidth: maximum width of images. ImageHeight: maximum height of images. WithList: if true, all bitmaps are retrieved from a list populated with AddBitmap. If false, each bitmap is requested when needed by the NeedBitmap event (NeedBitmapCount is called before to return the number of bitmaps) and Refresh must be called to update the gallery. WithReflection: if true, a reflection effect is added under each image. EventName: prefix of the event handlers (myEventName_ItemClick, myEventName_ItemLongClick, myEventName_ItemSelected, myEventName_NeedBitmap).
Invalidate
Invalidates the whole view forcing the view to redraw itself. Redrawing will only happen when the program can process messages. Usually when it finishes running the current code.
Invalidate2 (RectAsandroid.graphics.Rect)
Invalidates the given rectangle. Redrawing will only happen when the program can process messages. Usually when it finishes running the current code.
Invalidates the given rectangle. Redrawing will only happen when the program can process messages. Usually when it finishes running the current code.
IsInitializedAsBoolean
LeftAsInt
MaxRotationAngleAsInt
Gets/sets the maximum rotation angle of each image (default = 60).
MaxZoomAsInt
Gets/sets the maximum zoom of the central image (default = -120).
ReflectionGapAsFloat
Gets/sets the reflection gap.
ReflectionIntensityAsInt
Gets/sets the reflection intensity (from 0:dark to 255:bright).
Refresh
Updates the contents of the gallery (the bitmaps displayed). Calls to this function are only required if WithList = false. It cannot be called in Activity_Create and must be called at least once after Initialize.
RemoveView
Removes this view from its parent.
RequestFocusAsBoolean
Tries to set the focus to this view. Returns True if the focus was set.
SelectionAsInt
Gets/sets the selected item.
SendToBack
Changes the Z order of this view and sends it to the back.