InputElementIsHitTestVisible Property
Gets or sets a value indicating whether the control is considered for hit testing.
Namespace: Avalonia.InputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsHitTestVisible { get; set; }
Public Property IsHitTestVisible As Boolean
Get
Set
abstract IsHitTestVisible : bool with get, set
override IsHitTestVisible : bool with get, set
BooleanIInputElementIsHitTestVisible