I

IStripeHitTestHelper

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

Remarks

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

See Also

Developer's Guide

Members

No filters for this type

Methods

Return a IHitTestable that should report hits on the far border region of the stripe.
The far border is the region that is used for the resize gesture in ResizeStripeInputMode to expand the stripe to the bottom or the right. This is typically the bottom border for an IRow instance and the right border for an IColumn.
abstract

Return Value

IHitTestable
a IHitTestable that should report hits on the far border region of the stripe.

See Also

API
StripeSubregion, FAR_BORDER
Return an IHitTestable that should report hits on the leading header region of the stripe.
The leading header is the region that is used by default for click selection and as start location for a stripe drag. Typically, this is the area occupied by the left padding for an IRow instance and by the top padding for an IColumn instance.
abstract

Return Value

IHitTestable
an IHitTestable that should report hits on the header region of the stripe.

See Also

API
StripeSubregion, HEADER
Return an IHitTestable that should report hits on the near border region of the stripe.
The near border is the region that is used for the resize gesture in ResizeStripeInputMode to expand the stripe to the top or the left. This is typically the upper border for an IRow instance and the left border for an IColumn.
abstract

Return Value

IHitTestable
an IHitTestable that should report hits on the near border region of the stripe.

See Also

API
StripeSubregion, NEAR_BORDER
Return an IHitTestable that should report hits on the whole stripe.
abstract

Return Value

IHitTestable
an IHitTestable that should report hits on the whole stripe.

See Also

API
StripeSubregion, STRIPE
Return an IHitTestable that should report hits on the trailing header region of the stripe.
The trailing header is the region that is used by default for click selection and as the start location for a stripe drag. Typically, this is the area occupied by the right padding for an IRow instance and by the bottom padding for an IColumn instance.
abstract

Return Value

IHitTestable
an IHitTestable that should report hits on the header region of the stripe.

See Also

API
StripeSubregion, HEADER