Click or drag to resize
CanvasClusterMetricsWidth Field
The advance width of all glyphs in the cluster.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float Width

Field Value

Type: Single
Remarks
Advance width is the distance, in DIPs, from the start of this glyph cluster to the start of the next glyph cluster when this text layout is drawn.
See Also