ShapeTextAlignment.AutoSize

ShapeTextAlignment.AutoSize property

Indicates if size of shape is adjusted automatically according to its content.

public bool AutoSize { get; set; }

Examples


[C#]
shapeTextAlignment.AutoSize = false;

See Also