HorizontalOffset Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the horizontal offset, or displacement, of a control's content from the left edge of the display device area that contains the control.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property HorizontalOffset As Integer
public int HorizontalOffset { get; set; }
public:
property int HorizontalOffset {
    int get ();
    void set (int value);
}
member HorizontalOffset : int with get, set
function get HorizontalOffset () : int
function set HorizontalOffset (value : int)

Property Value

Type: System. . :: . .Int32
The horizontal offset of the control's content from the left edge of the area in which the control is contained.

.NET Framework Security

See Also

Reference

ListBox Class

Microsoft.SPOT.Presentation.Controls Namespace