Table of Contents

Enum ScrollBarDrawable.HitTestResult

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Enumerates possible hit test return values.

public enum ScrollBarDrawable.HitTestResult

Fields

AfterThumb = 5

Hit is after the thumb.

BeforeThumb = 4

Hit is before the thumb.

EndButton = 3

Hit is on the end button.

None = 0

Hit is outside of anything.

StartButton = 2

Hit is on the start button.

Thumb = 1

Hit is on the thumb.