CursorRectangle Property
Gets the cursor rectangle relative to the TextViewVisual
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract Rect CursorRectangle { get; }
Public MustOverride ReadOnly Property CursorRectangle As Rect
Get
abstract CursorRectangle : Rect with get
Property Value
RectSee Also
Reference
TextInputMethodClient Class
Avalonia.Input.TextInput Namespace