Android.Widget.AbsListView.Selector Property
Returns the selector Android.Graphics.Drawables.Drawable that is used to draw the selection in the list.

Syntax

[get: Android.Runtime.Register("getSelector", "()Landroid/graphics/drawable/Drawable;", "GetGetSelectorHandler")]
[set: Android.Runtime.Register("setSelector", "(Landroid/graphics/drawable/Drawable;)V", "GetSetSelector_Landroid_graphics_drawable_Drawable_Handler")]
public virtual Android.Graphics.Drawables.Drawable Selector { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the selector Android.Graphics.Drawables.Drawable that is used to draw the selection in the list.

Set method documentation [Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1