Android.Views.View.Pressed Property
Indicates whether the view is currently in pressed state.

Syntax

[get: Android.Runtime.Register("isPressed", "()Z", "GetIsPressedHandler")]
[set: Android.Runtime.Register("setPressed", "(Z)V", "GetSetPressed_ZHandler")]
public virtual bool Pressed { get; set; }

See Also

View.Pressed
View.Clickable
View.Clickable
View.Clickable
View.Clickable

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates whether the view is currently in pressed state. Unless View.Pressed is explicitly called, only clickable views can enter the pressed state.

Set method documentation [Android Documentation]

Sets the pressed state for this view.

Requirements

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