Click or drag to resize
CanvasFontFaceIsMonospaced Property
Gets whether the font is monospaced; that is, all glyphs' layout boxes are equally sized and spaced apart.

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

Property Value

Type: Boolean
See Also