This documentation is for the old version. Go to the latest Graphics Mill docs

Font.MaximumCharWidth Property

Returns the width of the widest character in the font.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property MaximumCharWidth As Single
C#
public float MaximumCharWidth { get; }

Property Value

Maximum character width for the current font.

See Also

Reference