Helper interface that allows to bundle IHitTestable implementations for the main regions of a IStripe instance.
Inheritance Hierarchy
Remarks
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.
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
Return an IHitTestable that should report hits on the leading header region of the stripe.
Return an IHitTestable that should report hits on the leading header region of the stripe.
abstract
Return Value
- IHitTestable
- an IHitTestable that should report hits on the header region of the stripe.
See Also
Return an IHitTestable that should report hits on the near border region of the stripe.
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
Return an IHitTestable that should report hits on the whole stripe.
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
Return an IHitTestable that should report hits on the trailing header region of the stripe.
Return an IHitTestable that should report hits on the trailing header region of the stripe.
abstract
Return Value
- IHitTestable
- an IHitTestable that should report hits on the header region of the stripe.