ShapeTextAlignment.IsTextWrapped

ShapeTextAlignment.IsTextWrapped property

Gets and sets the text wrapped type of the shape which contains text.

public bool IsTextWrapped { get; set; }

Examples


[C#]
shapeTextAlignment.IsTextWrapped = true;

See Also