AutoSizeMode Enumeration

Contains the text resize modes to fit the bounding shape.

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

Syntax

C#
public enum AutoSizeMode

Members

Member name Description
HeightOnly

Resizes the text height.

Off

Does not change the text size.

WidthHeight

Resizes the text height and text width.

WidthOnly

Resizes the text width.

See Also

Reference