Share via


ScrollViewer.LineHeight Property

Gets or sets the height, 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 LineHeight { get; set; }

Property Value

The height, in pixels, of a single line in a ScrollViewer object.

Remarks

The LineHeight property specifies the number of pixels that the ScrollViewer object scrolls its contents up or down whenever the program calls the LineUp method or the LineDown 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