Share via


LineHeight 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 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

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

Property Value

Type: System. . :: . .Int32
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.

.NET Framework Security

See Also

Reference

ScrollViewer Class

Microsoft.SPOT.Presentation.Controls Namespace