IsTextWrapped

Shape.IsTextWrapped property

Ottiene e imposta il tipo di testo a capo della forma che contiene testo.

public bool IsTextWrapped { get; set; }

Esempi


[C#]
if (shape.IsTextWrapped)
    shape.IsTextWrapped = !shape.IsTextWrapped;

Guarda anche