InputElementIsHitTestVisible Property

Gets or sets a value indicating whether the control is considered for hit testing.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsHitTestVisible { get; set; }

Property Value

Boolean

Implements

IInputElementIsHitTestVisible

See Also