Helper interface that allows to bundle IHitTestable implementations for the main regions of a IStripe instance.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IStripeHitTestHelper
Visual Basic
Public Interface IStripeHitTestHelper

Remarks

The default IRow and IColumn implementations provide default implementations of this interface.

See Also