Descent Property

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

Gets the descent measurement for the current font, in pixels.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Graphics (in Microsoft.SPOT.Graphics.dll)

Syntax

'Declaration
Public ReadOnly Property Descent As Integer
public int Descent { get; }
public:
property int Descent {
    int get ();
}
member Descent : int
function get Descent () : int

Property Value

Type: System. . :: . .Int32
The descent measurement for the current font, in pixels.

Remarks

A font's descent is the vertical distance between the font baseline and the bottom of the font area.

.NET Framework Security

See Also

Reference

Font Class

Microsoft.SPOT Namespace