| TextBoxVisualOffset 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.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public float VisualOffset { get; }
Public ReadOnly Property VisualOffset As Single
Get
public:
property float VisualOffset {
float get ();
}
member VisualOffset : float32 with 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