Click or drag to resize
DigitalRuneTextBoxVisualOffset Property
Gets the offset which is the horizontal offset for single-line text boxes or the vertical offset for multi-line text boxes (see also MaxLines and IsMultiline).

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public float VisualOffset { get; }

Property Value

Type: Single
The offset which is the horizontal offset for single-line text boxes or the vertical offset for multi-line text boxes (see also MaxLines and IsMultiline).
See Also