Gets or sets a value indicating whether this element should be involved in the user interaction cycle. This is a bindable property.
Syntax
public
bool InputTransparent { get; set; }
See Also
Value
true if the element should be able to receive input; false if element should not receive input and should pass inputs to the element below. Default is true.
Remarks
Requirements
Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0