TextHitTestResult Structure
Namespace: Avalonia.MediaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct TextHitTestResult : IEquatable<TextHitTestResult>
Public Structure TextHitTestResult
Implements IEquatable(Of TextHitTestResult)
[<SealedAttribute>]
type TextHitTestResult =
struct
inherit ValueType
interface IEquatable<TextHitTestResult>
end
- Inheritance
- Object ValueType TextHitTestResult
- Implements
- IEquatableTextHitTestResult
| CharacterHit |
Gets the character hit of the hit test result.
|
| IsInside |
Gets a value indicating whether the point is inside the bounds of the text.
|
| IsTrailing |
Gets a value indicating whether the hit is on the trailing edge of the character.
|
| TextPosition |
Gets the index of the hit character in the text.
|