Click or drag to resize
CanvasFontFaceSuperscriptPosition Property
Gets the superscript position, which is relative to the baseline origin.

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

Property Value

Type: Vector2
Remarks
This is typically positive (to the right) in italic and oblique fonts, and zero in regular fonts.
See Also