| TextBoxVisualCaret Property |
Gets the position of the top left corner of the caret rectangle/line.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public Vector2F VisualCaret { get; }
Public ReadOnly Property VisualCaret As Vector2F
Get
public:
property Vector2F VisualCaret {
Vector2F get ();
}
member VisualCaret : Vector2F with get
Property Value
Type:
Vector2FThe position of the top left corner of the caret rectangle/line.
See Also