Share via


ScrollViewer.LineWidth Property

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

public int LineWidth { get; set; }

Property Value

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.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

ScrollViewer Class
ScrollViewer Members
Microsoft.SPOT.Presentation.Controls Namespace