Summary
Allows customization of hit-testing for all renderers.
- Namespace
- Avalonia
.Rendering - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ICustomSimpleHitTest"]
click Interface0 "/api/Avalonia.Rendering/ICustomSimpleHitTest"
Type["ICustomHitTest"]
class Type type-node
Implementing0["LightDismissOverlayLayer"]-.->Type
click Implementing0 "/api/Avalonia.Controls.Primitives/LightDismissOverlayLayer"
Syntax
public interface ICustomHitTest : ICustomSimpleHitTest
Remarks
Note that this interface can only used to make a portion of a control non-hittable, it
cannot expand the hittable area of a control.