Share via


LineWidth 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 width, in pixels, of one line in a ScrollViewer object.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The width, in pixels, of a single line in a ScrollViewer object.

Remarks

The LineWidth property specifies the number of pixels that the ScrollViewer object scrolls its contents to the left or right whenever the program calls the LineLeft method or the LineRight method.

.NET Framework Security

See Also

Reference

ScrollViewer Class

Microsoft.SPOT.Presentation.Controls Namespace