Table of Contents

Method ShowCaret

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ShowCaret(double, double)

Moves the caret to the specified coordinates.

public virtual void ShowCaret(double x, double y)

Parameters

x double

Specifies the new x-coordinate of the caret.

y double

Specifies the new y-coordinate of the caret.