Click or drag to resize
CanvasFontFaceAscent Property
Gets the ascent value of the font face. Ascent is the distance from the top of font character alignment box to the Latin-script baseline.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float Ascent { get; }

Property Value

Type: Single
See Also