Struct InteriorDrawable.HitTestsResult
Contains full hit test result, including interior part and scrollbar part.
public readonly struct InteriorDrawable.HitTestsResult
Constructors
- HitTestsResult(HitTestResult, HitTestResult)
Initializes a new instance of the InteriorDrawable.HitTestsResult struct.
Fields
- Interior
Gets or sets interior hit test result.
- ScrollBar
Gets or sets interior scrollbar test result. Valid if Interior hit test contains scrollbars.
Properties
- IsCorner
Gets whether hit test is on the corner which is below vertical scrollbar.
- IsHorzScrollBar
Gets whether hit test is on horizontal scrollbar.
- IsNone
Gets whether hit test is outside of anything.
- IsScrollBar
Gets whether hit test is on horizontal or vertical scrollbar.
- IsVertScrollBar
Gets whether hit test is on vertical scrollbar.
- Orientation
Gets horizontal or vertical orientation depending on IsVertScrollBar property value.
Methods
- ToString()
Returns a string that represents the current object.