IsHitTestVisible 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)
- C#
- VB
- F#
public bool IsHitTestVisible { get; set; }
Public Property IsHitTestVisible As Boolean
Get
Set
abstract IsHitTestVisible : bool with get, set
override IsHitTestVisible : bool with get, set