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

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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