Xamarin.Forms.VisualElement.InputTransparent Property
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

VisualElement.IsEnabled

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

Setting InputTransparent is not the same as setting IsEnabled to false. Setting InputTransparent only disables inputs and instead causes them to be passed to the VisualElement below the element. Usually this is the parent of the element.

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