AutoSize

ShapeTextAlignment.AutoSize property

Indica si el tamaño de la forma se ajusta automáticamente según su contenido.

public bool AutoSize { get; set; }

Ejemplos


[C#]
shapeTextAlignment.AutoSize = false;

Ver también