| ConsoleVisualCaretY Property |
Gets the y-position of the caret (in rows).
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public int VisualCaretY { get; }
Public ReadOnly Property VisualCaretY As Integer
Get
public:
property int VisualCaretY {
int get ();
}
member VisualCaretY : int with get
Property Value
Type:
Int32The y-position of the caret (in rows).
See Also