TextBoxBase::HorizontalOffset Property
.NET Framework (current version)
Gets or sets the horizontal scroll position.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::DoubleA floating-point value that specifies the horizontal scroll position, in device-independent units (1/96th inch per unit).
Setting this property causes the text editing control to scroll to the specified horizontal offset. Reading this property returns the current horizontal offset.
The value of this property is 0.0 if the text editing control is not configured to support scrolling.
This property has no default value.
| Exception | Condition |
|---|---|
| ArgumentException | An attempt is made to set this property to a negative value. |
The horizontal offset is measured from the right of the visible text area if you are working in right-to-left mode; otherwise, it is measured from the left.
.NET Framework
Available since 3.0
Available since 3.0
Show: