TextOrientationType

Comment.TextOrientationType property

Yorumun metin yönlendirme türünü alır ve ayarlar.

public TextOrientationType TextOrientationType { get; set; }

Örnekler


[C#]
if(comment1.TextOrientationType == TextOrientationType.NoRotation)
{
    comment1.TextOrientationType = TextOrientationType.TopToBottom;
}

Ayrıca bakınız