IsTextWrapped

Shape.IsTextWrapped property

Ruft den umbrochenen Texttyp der Form, die Text enthält, ab und legt ihn fest.

public bool IsTextWrapped { get; set; }

Beispiele


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

Siehe auch