IsTextWrapped

Shape.IsTextWrapped property

Metni içeren şeklin metin sarmalı türünü alır ve ayarlar.

public bool IsTextWrapped { get; set; }

Örnekler


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

Ayrıca bakınız