Android.Views.View.PressedStateSet Property
Indicates the view is pressed.

Syntax

[Android.Runtime.Register("PRESSED_STATE_SET")]
protected static IList<int> PressedStateSet { get; }

See Also

Android.Graphics.Drawables.Drawable
View.GetDrawableState

Value

Documentation for this section has not yet been entered.

Remarks

Indicates the view is pressed. States are used with Android.Graphics.Drawables.Drawable to change the drawing of the view depending on its state.

[Android Documentation]

Requirements

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